Merge "Remove the env var KUBECONFIG"
authorNarinder Gupta <narinder.gupta@canonical.com>
Sat, 31 Mar 2018 08:43:31 +0000 (08:43 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 31 Mar 2018 08:43:31 +0000 (08:43 +0000)
ci/k8.sh

index 40e8eb8..bea84a3 100755 (executable)
--- a/ci/k8.sh
+++ b/ci/k8.sh
@@ -10,7 +10,6 @@ export KUBE_MASTER_URL=http://${KUBE_MASTER_IP}:6443
 
 configk8(){
 cat <<-EOF
-export KUBECONFIG=~/joid_config/config
 export KUBERNETES_PROVIDER=local
 export KUBE_MASTER_IP=${KUBE_MASTER_IP}
 export KUBE_MASTER_URL=${KUBE_MASTER_URL}