revert time zone interpretation for local-up-karmada.sh

Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC 2022-05-09 21:53:40 +08:00
parent d0321b0608
commit 5a10a17230
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ KIND_LOG_FILE=${KIND_LOG_FILE:-"/tmp/karmada"}
#step0: prepare #step0: prepare
# proxy setting in China mainland # proxy setting in China mainland
ping -c 3 -i 0.2 -W 3 k8s.gcr.io &>/dev/null || CHINA_MAINLAND=yes
if [[ -n ${CHINA_MAINLAND:-} ]]; then if [[ -n ${CHINA_MAINLAND:-} ]]; then
export GOPROXY=https://goproxy.cn,direct # set domestic go proxy export GOPROXY=https://goproxy.cn,direct # set domestic go proxy