Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
976a5aa
)
Remove the env var KUBECONFIG
93/54093/3
author
Linda Wang
<wangwulin@huawei.com>
Mon, 19 Mar 2018 09:42:51 +0000
(09:42 +0000)
committer
Linda Wang
<wangwulin@huawei.com>
Thu, 22 Mar 2018 07:23:18 +0000
(07:23 +0000)
Change-Id: I02521555d5c9282843da3520dd0a614f4ccf8874
Signed-off-by: Linda Wang <wangwulin@huawei.com>
ci/k8.sh
patch
|
blob
|
history
diff --git
a/ci/k8.sh
b/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}