Skip to content

Commit

Permalink
fix default kind image, use public image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-wangzefeng authored Mar 15, 2019
1 parent b6e970a commit 96cb8bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hack/run-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "${CLUSTER_NAME}xxx" != "xxx" ];then
export CLUSTER_CONTEXT="--name ${CLUSTER_NAME}"
fi

export KIND_OPT=${KIND_OPT:="--image kindest/node:v1.13.2-huawei --config ${VK_ROOT}/hack/e2e-kind-config.yaml"}
export KIND_OPT=${KIND_OPT:="--image kindest/node:v1.13.2 --config ${VK_ROOT}/hack/e2e-kind-config.yaml"}

export KIND_IMAGE=$(echo ${KIND_OPT} |grep -E -o "image \w+\/[^ ]*" | sed "s/image //")

Expand Down Expand Up @@ -112,10 +112,6 @@ Customize kind options other than --name:
Disable displaying volcano component logs:
export SHOW_VOLCANO_LOGS=0
If you don't have kindest/node:v1.13.2-huawei on the host, checkout the following url to build.
http://code-cbu.huawei.com/CBU-PaaS/Community/K8S/kind/tags/v0.1.0-huawei
"
exit 0
fi
Expand Down

0 comments on commit 96cb8bc

Please sign in to comment.