部署k8s环境后,准备新建一个deployment发现拉取pod时无法拉取到镜像,报错如下: Failed to pull image "nginx:1.14.2": rpc error: code = Unknown desc = error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/29/295c7be079025306c4f1d...
[root@node4 docker-package]# docker pull hello-worldUsing default tag: latest latest: Pulling from library/hello-world c1ec31eb5944: Retryingin1second error pulling image configuration: download failed afterattempts=6: dial tcp103.252.114.61:443: i/otimeout拉不下来,也可以查看下日志: journalctl-...
error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/16/163245e857c91b0bbf1a8403624e70c97033701b3828ca080dda6c95acd6e482/data?verify=1662018912-DhMFuf4lWAnl7dOThEqWY4hWBCc%3D: dial tcp 104.18.122.25:443: i/o timeout Er...
[root@master1.23.6]# kubeadm init --config kubeadm-init.yaml[init]Using Kubernetes version: v1.23.6[preflight]Running pre-flight checks[WARNING Hostname]:hostname"node"could not be reached[WARNING Hostname]:hostname"node":lookupnodeon114.114.114.114:53: no suchhost[preflight]Pulling images re...
error pulling image configuration: It should have been while trying to fetchec6e2d871c544073e0d0a2448b23f98a1aa47b7c60ae9d79ac5d94d92ea45949, the config layer. But that fetches fine locally with curl unauthenticated. All three should be going through the same API flow and redirects. ...
问题一: kubeadm config images pull报错 pulling image: rpc error: cng dial unix /var/run/...
When I run kubeadm init, I get the following error. [preflight] Pulling images required for setting up a Kubernetes cluster [preflight] This might take a minute or two, depending on the speed of your internet connection [preflight] You c...
[ERROR ImagePull]: failed to pull image [k8s.gcr.io/kube-proxy-amd64:v1.22.1]: exit status 1 [ERROR ImagePull]: failed to pull image [k8s.gcr.io/pause:3.5]: exit status 1 [ERROR ImagePull]: failed to pull image [k8s.gcr.io/etcd-amd64:3.5.0]: exit status 1 ...
[k8s.gcr.io/pause:3.5]:exit status1[ERRORImagePull]:failed to pull image[k8s.gcr.io/etcd-amd64:3.5.0]:exit status1[ERRORImagePull]:failed to pull image[k8s.gcr.io/coredns:1.8.4]:exit status1[preflight]If you know what you are doing,you can make a check non-fatalwith`--ignore-...