Update util.sh

Modify cluster/{vsphere,rackspace,azure,ubuntu}/util.sh, replace "~/.kubernetes_auth" with "${KUBECONFIG:-$DEFAULT_KUBECONFIG}"
This commit is contained in:
qiaolei
2015-08-14 13:47:03 +08:00
committed by unknown
parent 7a87438e67
commit b6d7a1737b
4 changed files with 4 additions and 4 deletions

View File

@@ -261,7 +261,7 @@ EOF
}
# Ensure that we have a password created for validating to the master. Will
# read from $HOME/.kubernetes_auth if available.
# read from ${KUBECONFIG:-$DEFAULT_KUBECONFIG} if available.
#
# Vars set:
# KUBE_USER