Merge pull request #104278 from andrewsykim/fix-feature-gate-version

Fix documented version for DisableKubeletCloudCredentialProviders feature gate
This commit is contained in:
Kubernetes Prow Robot 2021-08-11 02:09:22 -07:00 committed by GitHub
commit 34d1d2a4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,7 +577,7 @@ const (
DisableCloudProviders featuregate.Feature = "DisableCloudProviders"
// owner: @andrewsykim
// alpha: v1.22
// alpha: v1.23
//
// Disable in-tree functionality in kubelet to authenticate to cloud provider container registries for image pull credentials.
DisableKubeletCloudCredentialProviders featuregate.Feature = "DisableKubeletCloudCredentialProviders"