mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #120450 from pawbana/auth-provider-gcp-move-fix
Fixed variable used for moving auth-provider-gcp binary
This commit is contained in:
commit
ae2e0c00b5
@ -557,7 +557,7 @@ function install-auth-provider-gcp {
|
||||
download-or-bust "${auth_provider_gcp_hash}" "${auth_provider_storage_full_path}"
|
||||
|
||||
mv "${KUBE_HOME}/${filename}" "${AUTH_PROVIDER_GCP_LINUX_BIN_DIR}"
|
||||
chmod a+x "${KUBE_BIN}/${filename}"
|
||||
chmod a+x "${AUTH_PROVIDER_GCP_LINUX_BIN_DIR}/${filename}"
|
||||
|
||||
cat >> "${AUTH_PROVIDER_GCP_LINUX_CONF_FILE}" << EOF
|
||||
kind: CredentialProviderConfig
|
||||
|
Loading…
Reference in New Issue
Block a user