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:
@@ -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
|
||||
|
Reference in New Issue
Block a user