- 
                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
base: main
Are you sure you want to change the base?
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.
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