summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2018-03-19 09:42:51 +0000
committerLinda Wang <wangwulin@huawei.com>2018-03-22 07:23:18 +0000
commit617abb4dc41b93ed2822d2ad17fafd64a12d4b9a (patch)
tree365b9243a52bd7573d14fce1d665078843e82060
parent976a5aa1011379c4a82b13f8dde4b76cbec1ba16 (diff)
Remove the env var KUBECONFIG
Change-Id: I02521555d5c9282843da3520dd0a614f4ccf8874 Signed-off-by: Linda Wang <wangwulin@huawei.com>
-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}