Skip to content
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

Add upgrade_policy config block for aws_eks_cluster #3110

Closed
dawidmalina opened this issue Aug 5, 2024 · 2 comments · Fixed by #3112
Closed

Add upgrade_policy config block for aws_eks_cluster #3110

dawidmalina opened this issue Aug 5, 2024 · 2 comments · Fixed by #3112

Comments

@dawidmalina
Copy link

dawidmalina commented Aug 5, 2024

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

Describe the solution you'd like.

Add upgrade_policy config block for aws_eks_cluster that would allow us to set the version policy for both new and existing clusters.

STANDARD - Your EKS cluster eligible for automatic upgrade at the end of standard support. You will not incur extended support charges with this setting but you EKS cluster will automatically upgrade to the next supported Kubernetes version in standard support.

EXTENDED - Your EKS cluster will enter into extended support once the Kubernetes version reaches end of standard support. You will incur extended support charges with this setting. You can upgrade your cluster to a standard supported Kubernetes version to stop incurring extended support charges. Clusters running on extended support will be eligible for automatic upgrade at the end of extended support.

Additional context

https://docs.aws.amazon.com/eks/latest/userguide/view-upgrade-policy.html

@antonbabenko
Copy link
Member

This issue has been resolved in version 20.21.0 🎉

Copy link

github-actions bot commented Sep 6, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants