Ability to add provider specific featureGates with Helm #447
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
User Story
As a operator I would like to have the ability to add provider specific featureGates.
Detailed Description
Currently manager featureGates are only added to the InfrastructureProvider.
There is no option to add featureGates to CoreProvider (eg. MachinePool)
Adding all featureGates to CoreProvider will often break the deployment because of provider specific featureGates that are not compatible with the CoreProvider (eg. EKSEnableIAM ).
Example:
Add support for provider specific featureGates
6c9e585
Add featureGates to CoreProvider
fa051d4
values.yaml:
/kind feature
The text was updated successfully, but these errors were encountered: