Add KubeletServiceAccountTokenForCredentialProviders feature gate

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
Anish Ramasekar
2024-10-25 13:14:52 -07:00
parent dd7b9f6171
commit d398de294d
3 changed files with 17 additions and 0 deletions

View File

@@ -377,6 +377,13 @@ const (
// separate filesystems.
KubeletSeparateDiskGC featuregate.Feature = "KubeletSeparateDiskGC"
// owner: @aramase
// kep: http://kep.k8s.io/4412
//
// Enable kubelet to send the service account token bound to the pod for which the image
// is being pulled to the credential provider plugin.
KubeletServiceAccountTokenForCredentialProviders featuregate.Feature = "KubeletServiceAccountTokenForCredentialProviders"
// owner: @sallyom
// kep: https://kep.k8s.io/2832
//