Update DisableKubeletCloudCredentialProviders state

DisableKubeletCloudCredentialProviders went GA in 1.31
This commit is contained in:
Antonio Ojea 2024-09-03 11:08:22 +02:00 committed by GitHub
parent c86a2d6925
commit 6a2f11a90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,6 +206,7 @@ const (
// owner: @andrewsykim
// alpha: v1.23
// beta: v1.29
// GA: v1.31
//
// Disable in-tree functionality in kubelet to authenticate to cloud provider container registries for image pull credentials.
DisableKubeletCloudCredentialProviders featuregate.Feature = "DisableKubeletCloudCredentialProviders"