-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(eks): support Kubernetes 1.34 #35863
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
The idea is ok, we can start updating a few things first:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
...teg.eks-al2023-nodegroup.js.snapshot/aws-cdk-eks-cluster-al2023-nodegroup-test.template.json
Outdated
Show resolved
Hide resolved
|
Singlequote in |
Sorry, my editor automatically changed it to double quotes. Now it is fixed @phuhung273 |
|
Looking good, now we need to do the same |
okay got it |
|
I think most of the files that i committed now doesn't have the issue that you stated @phuhung273 |
|
You should be able to do a self-review here https://github.com/aws/aws-cdk/pull/35863/files Can see lots of unrelated changes here While it should be this simple in #33339 |
|
What exactly should i do now, can you specify what changes have to be done |
|
@pahud Can you help me out with this PR? |
|
@harryfrzz I am not eligible to review the PRs but I think the feedback from @phuhung273 makes sense to me. As soon as the CodeBuild CI passes(it's failed now), this PR will get a After any community reviewers gives an approval, it will bump to |
|
@pahud if possible, can you trigger the codebuild CI? |
I'm recieving this error, need some help with this @phuhung273 |
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
Hi @harryfrzz I think you'll need to run |
|
As this one got stale for a few days and obviously needs some troubleshooting, I decided to work on #36016 and hopefully get the 1.34 support ASAP. |
|
close in favor of #36016 |
|
Comments on closed issues and PRs are hard for our team to see. |





Issue # (if applicable)
Closes #35717.
Reason for this change
Amazon EKS and EKS Distro now support Kubernetes 1.34. Adding v1.34 to the CDK EKS module keeps CDK users aligned with the latest managed Kubernetes version and avoids manual workarounds.
Description of changes
• Add KubernetesVersion.V1_34 to EKS supported versions.
• Update kubectl asset layer to v1.34 for compatibility with cluster operations.
• Refresh integration test snapshots reflecting kubectl v1.34 outputs.
Describe any new or updated permissions being added
Description of how you validated changes
• Unit tests: Extended version to include v1.34 and ran existing EKS tests.
• Integration: Updated snapshots for kubectl v1.34
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license