-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Fix KubeletCredentialProvider feature state #34954
Fix KubeletCredentialProvider feature state #34954
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
/retitle Fix KubeletCredentialProvider feature state |
@@ -7,7 +7,7 @@ description: Configure the kubelet's image credential provider plugin | |||
content_type: task | |||
--- | |||
|
|||
{{< feature-state for_k8s_version="v1.20" state="alpha" >}} | |||
{{< feature-state for_k8s_version="v1.24" state="beta" >}} |
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 change updates the version of the KubletCredentialProviders
in the Feature Gates page,
https://deploy-preview-34954--kubernetes-io-main-staging.netlify.app/docs/reference/command-line-tools-reference/feature-gates/
/kind cleanup |
Thanks @Shubham82 |
LGTM label has been added. Git tree hash: 16492871dcff18c2aceb557aa86faa2b93b4d5bc
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey 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 |
This PR fixed the FEATURE STATE of KubeletCredentialProvider under Configure a kubelet image credential provider
task.
Fixes: #34953