mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-20 00:15:11 +00:00
Add KubeletServiceAccountTokenForCredentialProviders feature gate
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user