-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
additionalConfig
being used with multiple node pools does not work correctly. The order of the node pools matters and configuration is copied forward as they are reconciled.
How can one reproduce the bug?
Make two node pools in the yaml, set additionalConfig on only the first one. Both the first and second node pool will have the configuration set by the first.
What is the expected behavior?
The addtionalConfig from one node pool should not be used on any other.
What is your host/environment?
k8s 1.31
Do you have any screenshots?
none
Do you have any additional context?
I believe the right fix is the code here should make a new map and return that, instead of mutating the first argument.
I'll put up a PR to fix the issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🆕 New