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 KMS v1 feature gate for Kubernetes v1.29 #7613

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

abhay-krishna
Copy link
Member

The KMS v1 provider was deprecated in Kubernetes v1.28 and disabled by default in Kubernetes v1.29, in favor of the KMS V2 provider . To use KMS v1 in Kubernetes v1.29, we need to set the API server feature gate KMSv1=true. This PR adds the feature flag to our cluster templates, along with unit tests verifying the feature gate gets added for Kubernetes v1.29.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@eks-distro-bot eks-distro-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4583834) 73.48% compared to head (8908c5f) 73.66%.
Report is 89 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7613      +/-   ##
==========================================
+ Coverage   73.48%   73.66%   +0.17%     
==========================================
  Files         579      581       +2     
  Lines       36357    36936     +579     
==========================================
+ Hits        26718    27209     +491     
- Misses       7875     7937      +62     
- Partials     1764     1790      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tatlat
Copy link
Member

tatlat commented Feb 16, 2024

/lgtm

@abhay-krishna
Copy link
Member Author

/approve

@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhay-krishna

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot eks-distro-bot merged commit 595507f into aws:main Feb 16, 2024
12 checks passed
@abhay-krishna abhay-krishna deleted the kms-v1-feature-gate branch March 6, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants