set KUBECONFIG in common.sh, default to new location

and preserve value in ginkgo e2e test driver
This commit is contained in:
Jeff Lowdermilk
2015-04-16 16:41:04 -07:00
parent 08f17bfa70
commit 3787fc5eca
7 changed files with 4 additions and 28 deletions

View File

@@ -318,7 +318,6 @@ kube-up() {
echo "Kubernetes cluster created."
export KUBECONFIG="${KUBECONFIG-${HOME}/.kube/.kubeconfig}"
export KUBE_CERT=""
export KUBE_KEY=""
export CA_CERT=""