Fix goe2e.sh (I hope)

pull/6/head
Brendan Burns 2015-02-03 23:04:58 -08:00
parent 9384f01d56
commit b3014e4360
1 changed files with 4 additions and 0 deletions

View File

@ -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