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

@@ -237,7 +237,6 @@ function kube-up {
rm $domain_xml
done
export KUBECONFIG="${KUBECONFIG:-${HOME}/.kube/.kubeconfig}"
export KUBE_SERVER="http://192.168.10.1:8080"
export CONTEXT="libvirt-coreos"
create-kubeconfig