Merge pull request #5264 from jlowdermilk/kube-up

Standalone kubeconfig for gce kube-up (mulligan)
This commit is contained in:
Zach Loafman
2015-03-11 11:46:45 -07:00
8 changed files with 149 additions and 72 deletions

View File

@@ -93,7 +93,7 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
)
elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
auth_config=(
"--auth_config=${HOME}/.kube/${PROJECT}_${INSTANCE_PREFIX}/kubernetes_auth"
"--kubeconfig=${HOME}/.kube/.kubeconfig"
)
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
auth_config=(