mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #117671 from pawbana/enable-auth-provider-in-test
Set ENABLE_AUTH_PROVIDER_GCP to true in gce tests
This commit is contained in:
commit
be7b2eeec6
@ -600,3 +600,11 @@ export TLS_CIPHER_SUITES=""
|
||||
# CLOUD_PROVIDER_FLAG defines the cloud-provider value presented to KCM, apiserver,
|
||||
# and kubelet
|
||||
export CLOUD_PROVIDER_FLAG="${CLOUD_PROVIDER_FLAG:-gce}"
|
||||
|
||||
# When ENABLE_AUTH_PROVIDER_GCP is set, following flags for out-of-tree credential provider for GCP
|
||||
# are presented to kubelet:
|
||||
# --image-credential-provider-config=${path-to-config}
|
||||
# --image-credential-provider-bin-dir=${path-to-auth-provider-binary}
|
||||
# Also, it is required that DisableKubeletCloudCredentialProviders and KubeletCredentialProviders
|
||||
# feature gates are set to true for kubelet to use external credential provider.
|
||||
ENABLE_AUTH_PROVIDER_GCP="${ENABLE_AUTH_PROVIDER_GCP:-true}"
|
||||
|
Loading…
Reference in New Issue
Block a user