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

(eks): Kubernetes 1.20 support #14756

Closed
1 of 2 tasks
kirintwn opened this issue May 19, 2021 · 4 comments · Fixed by #14758
Closed
1 of 2 tasks

(eks): Kubernetes 1.20 support #14756

kirintwn opened this issue May 19, 2021 · 4 comments · Fixed by #14758
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@kirintwn
Copy link
Contributor

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

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@kirintwn kirintwn added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels May 19, 2021
@peterwoodworth peterwoodworth added the @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service label May 19, 2021
@iliapolo
Copy link
Contributor

Hi @kirintwn - thanks for this.

I am unassigning and marking this issue as p2, which means that we are unable to work on this immediately.

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")
})

@iliapolo iliapolo added effort/small Small work item – less than a day of effort p2 and removed needs-triage This issue or PR still needs to be triaged. labels May 27, 2021
@iliapolo iliapolo removed their assignment May 27, 2021
@kirintwn
Copy link
Contributor Author

kirintwn commented May 27, 2021

Hey @iliapolo, I have already submitted a PR 8 days ago, please review, thanks.

@shubham391
Copy link
Contributor

shubham391 commented May 27, 2021

@iliapolo Thank you for providing the workaround.

@mergify mergify bot closed this as completed in #14758 Jun 1, 2021
mergify bot pushed a commit that referenced this issue Jun 1, 2021
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*
@github-actions
Copy link

github-actions bot commented Jun 1, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

hollanddd pushed a commit to hollanddd/aws-cdk that referenced this issue Aug 26, 2021
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*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants