mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
commit
7f5ed541f7
@ -78,6 +78,10 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
|
|||||||
"--auth_config=${cfg_dir}/kubernetes_auth"
|
"--auth_config=${cfg_dir}/kubernetes_auth"
|
||||||
"--cert_dir=${cfg_dir}"
|
"--cert_dir=${cfg_dir}"
|
||||||
)
|
)
|
||||||
|
elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
|
||||||
|
auth_config=(
|
||||||
|
"--auth_config=${HOME}/.kube/${INSTANCE_PREFIX}/kubernetes_auth"
|
||||||
|
)
|
||||||
else
|
else
|
||||||
auth_config=()
|
auth_config=()
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user