-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(eks): Kubernetes 1.20 support #14756
Comments
Hi @kirintwn - thanks for this. I am unassigning and marking this issue as We use +1s to help prioritize our work, and are happy to revaluate this issue based on community feedback. You can reach out to the cdk.dev community on Slack to solicit support for reprioritization. In the meantime, you can specify a custom version string using: new eks.Cluster(this, 'Cluster', {
version: eks.KubernetesVersion.of("1.20")
}) |
Hey @iliapolo, I have already submitted a PR 8 days ago, please review, thanks. |
@iliapolo Thank you for providing the workaround. |
Support KubernetesVersion 1.20 Fixes: #14756 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Support KubernetesVersion 1.20 Fixes: aws#14756 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Allow user to select Kubernetes version 1.20
https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-1.20
Use Case
Proposed Solution
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: