pull/6/head
Jeff Lowdermilk 2015-05-09 07:48:29 -07:00
parent 051288c4ee
commit 78386e48ad
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ if [[ "$KUBERNETES_PROVIDER" == "gke" ]]; then
# in a separate location. If the file doesn't exist, then use
# the default kubeconfig file.
# TODO(roberthbailey): Remove this once gcloud 0.9.59 is released.
if [[ ! -e "${HOME}/.config/gcloud/kubernetes/kubeconfig" ]]; then
if [[ -e "${HOME}/.config/gcloud/kubernetes/kubeconfig" ]]; then
config+=(
"--kubeconfig=${HOME}/.config/gcloud/kubernetes/kubeconfig"
)