Merge pull request #4319 from justinsb/aws_fixes

Fixes to get AWS tests to run
This commit is contained in:
Brendan Burns
2015-02-18 22:43:46 -08:00
5 changed files with 308 additions and 59 deletions

View File

@@ -95,6 +95,10 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
auth_config=(
"--auth_config=${HOME}/.kube/${PROJECT}_${INSTANCE_PREFIX}/kubernetes_auth"
)
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
auth_config=(
"--auth_config=${HOME}/.kubernetes_auth"
)
else
auth_config=()
fi