fix e2e test on vagrant provider

pull/6/head
Masahiro Sano 2015-03-14 03:42:09 +09:00
parent 13253d09e1
commit addeed6ad0
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ if [[ -z "${AUTH_CONFIG:-}" ]]; then
# When we are using vagrant it has hard coded auth. We repeat that here so that
# we don't clobber auth that might be used for a publicly facing cluster.
auth_config=(
"--auth_config=$HOME/.kubernetes_vagrant_auth"
"--auth_config=${HOME}/.kubernetes_vagrant_auth"
"--kubeconfig=${HOME}/.kubernetes_vagrant_kubeconfig"
)
elif [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
# With GKE, our auth and certs are in gcloud's config directory.