K8S Pod ImagePullBackOff

Insert picture description here

Pod has always been in ImagePullBackOff, but docker images to view the image still exist.

Insert picture description here

At this time, you need to pay attention to whether your Pod and mirror are on the same server.

Use kubectl get pods -A -o wide to view

Insert picture description here

Because the mirror does not exist on my 190 machine, it is always in this state. You can download the corresponding mirror on 190 to get it.

Insert picture description here

There are other reasons, for example, your image is indeed not downloaded, the version number is wrong, refer to the following article to see.

https://gardener.cloud/050-tutorials/content/howto/missing-registry-permission/

Published 38 original articles · praised 17 · visits 8987

Guess you like

Origin blog.csdn.net/cainiao1412/article/details/105615445