-
-
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
Cannot upgrade cluster version from 1.16 to 1.17 #1003
Comments
0.13 is giving us lots of problems. This is a slightly different error to what we've seen before when changes to the launch template were required #939 I'm not sure how |
So should I revert to the older version of terraform? In general, using old version is not a problem for me but I don't know how to refresh state to the older version. Do you know how to do that? |
For everyone who has a similar problem, don't try to downgrading remote state according to documentation (https://support.hashicorp.com/hc/en-us/articles/360001147287-Downgrading-Terraform) in my case it didn't work. @dpiddockcmp |
@randrusiak Can you check if you're still experiencing this issue with the latest version of this module and TF >= 0.13.4 ? We fixed some cycle issue for random pets.
FWIW, random pet destroy shouldn't destroy anything (by default). They have been added for ASG recreation when LT/LC change. But only when |
@barryib I will try to test latest version of module by the end of the week and I'll let you know. |
@barryib I've checked upgrading process with latest versions and issue hasn't occurred. |
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
Hi there!
I have a problem with upgrading a cluster to the latest version of EKS. After changing cluster_version to 1.17 and submitting terraform apply I got an error:
Error: Cycle: module.eks.random_pet.workers_launch_template[1] (destroy deposed 08cff672), module.eks.random_pet.workers_launch_template[0] (destroy deposed 7972b6ab), module.eks (close)
I'm wondering if it is caused by terraform 0.13.1?
I've tried to do upgrade with 0.12.29 but I can't refresh state with the older version of terraform.
I'm submitting a...
What is the current behavior?
I described it above.
If this is a bug, how to reproduce? Please include a code sample if relevant.
I just change cluster_version to 1.17 in following resource
Here is a plan output:
What's the expected behavior?
I expect that I'm able to upgrade cluster version without any errors.
Are you able to fix this problem and submit a PR? Link here if you have already.
Unfortunately, I'm not.
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: