From: Linda Wang Date: Mon, 19 Mar 2018 09:42:51 +0000 (+0000) Subject: Remove the env var KUBECONFIG X-Git-Tag: opnfv-6.0.0~1^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=617abb4dc41b93ed2822d2ad17fafd64a12d4b9a;p=joid.git Remove the env var KUBECONFIG Change-Id: I02521555d5c9282843da3520dd0a614f4ccf8874 Signed-off-by: Linda Wang --- 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}