Skip to content

Conversation

jimdickinson
Copy link

@jimdickinson jimdickinson commented Jul 25, 2025

Description

Fix MergeConfigs() to work with multiple node pools

Issues Resolved

Fixes #1057

Check List

  • Commits are signed per the DCO using --signoff
  • Unittest added for the new/changed functionality and all unit tests are successful
  • Customer-visible features documented
  • No linter warnings (make lint)

If CRDs are changed:

  • CRD YAMLs updated (make manifests) and also copied into the helm chart
  • Changes to CRDs documented

Please refer to the PR guidelines before submitting this pull request.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@rootxrishabh
Copy link
Contributor

Hi @jimdickinson, thanks for the PR!

I think what you are trying to do here is to avoid updating r.instance.Spec.General.AdditionalConfig so that it doesn't update the nodepool that gets reconciled next. Correct?

@jimdickinson
Copy link
Author

Hi @jimdickinson, thanks for the PR!

I think what you are trying to do here is to avoid updating r.instance.Spec.General.AdditionalConfig so that it doesn't update the nodepool that gets reconciled next. Correct?

I think that's right.

Copy link
Contributor

@rootxrishabh rootxrishabh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀
cc: @prudhvigodithi

@jimdickinson
Copy link
Author

@prudhvigodithi can you approve the PR? it's still blocked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[BUG] additionalConfig being used with multiple node pools does not work correctly
2 participants