ks-installer icon indicating copy to clipboard operation
ks-installer copied to clipboard

kubectl-admin pod ImagePullBackOff

Open willzhang opened this issue 1 year ago • 0 comments

root@node22:~# kubectl -n kubesphere-controls-system get pods 
NAME                                    READY   STATUS             RESTARTS   AGE
default-http-backend-7c6855956d-fs2sz   1/1     Running            0          8m31s
kubectl-admin-549d5cb676-xkls9          0/1     ImagePullBackOff   0          4m17s
root@node22:~# kubectl -n kubesphere-controls-system describe pods kubectl-admin-549d5cb676-xkls9 |grep image
  Warning  Failed     5m44s                  kubelet            Failed to pull image "kubesphere/kubectl:v1.22.0": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/kubesphere/kubectl:v1.22.0": failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/30/30c7baa8e18c0092005734549ce90af1437c2a99511fa72a7de6a8884533a3d4/data?verify=1677332768-7uMvLkhw9Rclj3dHZ2ukB8WH2gU%3D": net/http: TLS handshake timeout
  Normal   BackOff    5m43s                  kubelet            Back-off pulling image "kubesphere/kubectl:v1.22.0"
  Normal   Pulling    5m30s (x2 over 5m59s)  kubelet            Pulling image "kubesphere/kubectl:v1.22.0"
root@node22:~# 

this image should be update to docker.io/kubesphere/kubectl:v1.22.0 https://github.com/kubesphere/ks-installer/releases/download/v3.3.2/images-list.txt

$ cat images-list.txt |grep kubectl
kubesphere/kubectl:v1.20.0

willzhang avatar Feb 25 '23 13:02 willzhang