Continue this installation? [yes/no]: yes
INFO[18:19:45 CST] Downloading Installation Files
INFO[18:19:45 CST] Downloading kubeadm …
INFO[18:19:45 CST] Downloading kubelet …
INFO[18:19:45 CST] Downloading kubectl …
INFO[18:19:45 CST] Downloading helm …
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 –:–:– 0:01:03 –:–:– 0
curl: (35) TCP connection reset by peer
WARN[18:20:49 CST] Having a problem with accessing https://storage.googleapis.com? You can try again after setting environment ‘export KKZONE=cn’
WARN[18:20:49 CST] Task failed …
WARN[18:20:49 CST] error: Failed to download helm binary: curl -L -o /opt/kubekey/v1.20.4/amd64/helm-v3.2.1-linux-amd64.tar.gz https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz && cd /opt/kubekey/v1.20.4/amd64 && tar -zxf helm-v3.2.1-linux-amd64.tar.gz && mv linux-amd64/helm . && rm -rf linux-amd64
Error: Failed to download kube binaries: Failed to download helm binary: curl -L -o /opt/kubekey/v1.20.4/amd64/helm-v3.2.1-linux-amd64.tar.gz https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz && cd /opt/kubekey/v1.20.4/amd64 && tar -zxf helm-v3.2.1-linux-amd64.tar.gz && mv linux-amd64/helm . && rm -rf linux-amd64
Usage:
kk create cluster [flags]
Flags:
–download-cmd string The user defined command to download the necessary binary files. The first param ‘%s’ is output path, the second param ‘%s’, is the URL (default “curl -L -o %s %s”)
-f, –filename string Path to a configuration file
-h, –help help for cluster
–skip-pull-images Skip pre pull images
–with-kubernetes string Specify a supported version of kubernetes (default “v1.19.8”)
–with-kubesphere Deploy a specific version of kubesphere (default v3.1.0)
–with-local-storage Deploy a local PV provisioner
-y, –yes Skip pre-check of the installation