From 617abb4dc41b93ed2822d2ad17fafd64a12d4b9a Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Mon, 19 Mar 2018 09:42:51 +0000 Subject: Remove the env var KUBECONFIG Change-Id: I02521555d5c9282843da3520dd0a614f4ccf8874 Signed-off-by: Linda Wang --- ci/k8.sh | 1 - 1 file changed, 1 deletion(-) 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} -- cgit 1.2.3-korg