Merge pull request #5110 from justinsb/aws_ginkgo_auth_config_path

auth_config path for aws for ginkgo
This commit is contained in:
Brendan Burns 2015-03-06 15:29:53 +01:00
commit ee351b3f9c

View File

@ -97,7 +97,7 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
)
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
auth_config=(
"--auth_config=${HOME}/.kubernetes_auth"
"--auth_config=${HOME}/.kube/${INSTANCE_PREFIX}/kubernetes_auth"
)
else
auth_config=()