summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2018-03-31 08:43:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-31 08:43:31 +0000
commitf1b6b2867e4e907cb84ea4670ad32f36bddcbf6c (patch)
tree3b6170216025d1cb41355444e557b8474023e4b8
parenta9e23db8ba3033392ccd8cfb8ac50b6b9921ec48 (diff)
parent617abb4dc41b93ed2822d2ad17fafd64a12d4b9a (diff)
Merge "Remove the env var KUBECONFIG"
-rwxr-xr-xci/k8.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/k8.sh b/ci/k8.sh
index 40e8eb8f..bea84a39 100755
--- 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}