You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 weeks ago, I got an AWS notice that EKS 1.15 will be deprecated and that we should move on to 1.16 asap or that the cluster will be updated automatically on May 3, 2021.
force the upgrade by updating the terraform variable of this module that specify the new supported cluster version (1.16)
-> I did a terraform plan to see what changed and I see 4 to add, 3 to change, 2 to destroy , which looks a bit scary ...
Thank you for your advices.
Module version
module v1.1.0
Operating system
eks 1.15
The text was updated successfully, but these errors were encountered:
Summary
Hello,
2 weeks ago, I got an AWS notice that EKS 1.15 will be deprecated and that we should move on to 1.16 asap or that the cluster will be updated automatically on May 3, 2021.
I created my cluster at the time with the version v1.1.0 and fixed this
eks-jx
module to a private fork, like the current recommendation for production cluster consideration.What is the recommended way now to upgrade ?
options:
wait for the automatic upgrade from AWS EKS
force the upgrade by updating the terraform variable of this module that specify the new supported cluster version (1.16)
-> I did a
terraform plan
to see what changed and I see4 to add, 3 to change, 2 to destroy
, which looks a bit scary ...Thank you for your advices.
Module version
module v1.1.0
Operating system
eks 1.15
The text was updated successfully, but these errors were encountered: