**Kubernetes版本信息 v1.20.4 多节点。

**KubeSphere版本信息 v3.1,离线安装,全套安装。

问题是

./kk create cluster -f xiangxun.yaml

ps://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:56534->[::1]:53: read: connection refused"
Jun 28 15:19:34 kubesphere-01 dockerd: time=“2021-06-28T15:19:34.041555576+08:00” level=info msg=“Attempting next endpoint for pull after error: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:56534->[::1]:53: read: connection refused”
Jun 28 15:19:34 kubesphere-01 dockerd: time=“2021-06-28T15:19:34.155725550+08:00” level=error msg=“Handler for POST /v1.41/images/create returned error: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:56534->[::1]:53: read: connection refused”

[kubesphere-02] Downloading image: kubesphere/etcd:v3.4.13
ERRO[15:26:08 CST] Failed to download image: kubesphere/etcd:v3.4.13: Failed to exec command: sudo env PATH=$PATH docker pull kubesphere/etcd:v3.4.13
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:40003->[::1]:53: read: connection refused: Process exited with status 1 node=193.169.100.52
ERRO[15:26:09 CST] Failed to download image: kubesphere/etcd:v3.4.13: Failed to exec command: sudo env PATH=$PATH docker pull kubesphere/etcd:v3.4.13
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:36025->[::1]:53: read: connection refused: Process exited with status 1 node=193.169.100.50
ERRO[15:26:09 CST] Failed to download image: kubesphere/pause:3.2: Failed to exec command: sudo env PATH=$PATH docker pull kubesphere/pause:3.2
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:50797->[::1]:53: read: connection refused: Process exited with status 1 node=193.169.100.54
ERRO[15:26:09 CST] Failed to download image: kubesphere/pause:3.2: Failed to exec command: sudo env PATH=$PATH docker pull kubesphere/pause:3.2
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:41941->[::1]:53: read: connection refused: Process exited with status 1 node=193.169.100.53
ERRO[15:26:09 CST] Failed to download image: kubesphere/pause:3.2: Failed to exec command: sudo env PATH=$PATH docker pull kubesphere/pause:3.2
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:46233->[::1]:53: read: connection refused: Process exited with status 1 node=193.169.100.55
ERRO[15:26:10 CST] Failed to download image: kubesphere/etcd:v3.4.13: Failed to exec command: sudo env PATH=$PATH docker pull kubesphere/etcd:v3.4.13
Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:52427->[::1]:53: read: connection refused: Process exited with status 1 node=193.169.100.51
WARN[15:26:10 CST] Task failed …
WARN[15:26:10 CST] error: interrupted by error
Error: Failed to pre-pull images: interrupted by error
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

Global Flags:
–debug Print detailed information (default true)
–in-cluster Running inside the cluster

Failed to pre-pull images: interrupted by error