Update util.sh
Modify cluster/{vsphere,rackspace,azure,ubuntu}/util.sh, replace "~/.kubernetes_auth" with "${KUBECONFIG:-$DEFAULT_KUBECONFIG}"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user