mirror of https://github.com/k3s-io/k3s
Fix goe2e.sh (I hope)
parent
9384f01d56
commit
b3014e4360
|
@ -78,6 +78,10 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
|
|||
"--auth_config=${cfg_dir}/kubernetes_auth"
|
||||
"--cert_dir=${cfg_dir}"
|
||||
)
|
||||
elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
|
||||
auth_config=(
|
||||
"--auth_config=${HOME}/.kube/${INSTANCE_PREFIX}/kubernetes_auth"
|
||||
)
|
||||
else
|
||||
auth_config=()
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue