-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading from 12.2.0 to 13.1.0 causes managed node groups to be rebuilt. #1087
Comments
Thanks for reporting this. I just opened a PR to address this #1088. Can you please confirm that it fixed your issue. |
Interestingly another reason to replace the node group pops up (tags removed and account #s masked):
My entire change was:
|
Fixed in 040330d I've forgot one change. It should be better now. |
Looks way better with no new change. Primary changes are here:
auth-map changes here:
It's pretty in line with the changes I saw planning to go to 13.0.0. |
Great. Thanks for your help. I just merged #1088. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have issues
With managed node groups being rebuilt when upgrading from template 12.2.0 to 13.1.0.
I'm submitting a...
What is the current behavior?
When I run a terraform plan, I get the following output (amongst other things):
If this is a bug, how to reproduce? Please include a code sample if relevant.
Change the module from an already built cluster with a managed node group from 12.2.0 -> 13.1.0.
What's the expected behavior?
No major disruptive changes.
Are you able to fix this problem and submit a PR? Link here if you have already.
Environment details
Any other relevant info
I suspect that the
launch_template
variable needs to not be included inmodule.eks.module.node_groups.random_pet.node_groups
unless it's defined in the map.The text was updated successfully, but these errors were encountered: