This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
De-duplicate Terraform configuration when possible #449
Labels
area/feature-parity
Ensuring things are similar on all platforms
refactoring
technical-debt
Technical debt-related issues
Currently each platform have a copy-pasted copy of e.g. Ignition configuration for controllers and workers, which makes it very difficult to keep a feature parity between all platforms, which include bug fixes as well.
This is a source of multiple problems and inconsistencies across platforms:
It should be possible to at least have a single Ignition template for both worker and controller, where we can add snippets with platform-specific or role-specific configuration. Such attempt has been done in 48d6f5e in #392.
The text was updated successfully, but these errors were encountered: