Revert "Move KUBECONFIG into common.sh, change default to new location"

This commit is contained in:
Robert Bailey
2015-04-16 22:17:11 -07:00
parent 508318afc9
commit 723f2941e8
2 changed files with 1 additions and 5 deletions

View File

@@ -673,6 +673,7 @@ function kube-up {
echo "Kubernetes cluster created."
# TODO use token instead of basic auth
export KUBECONFIG="${HOME}/.kube/.kubeconfig"
export KUBE_CERT="/tmp/kubecfg.crt"
export KUBE_KEY="/tmp/kubecfg.key"
export CA_CERT="/tmp/kubernetes.ca.crt"