How to debug “ImagePullBackOff”?

前端 未结 6 777
[愿得一人]
[愿得一人] 2020-12-04 08:58

All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status:

[root@webdev2 origin]# oc get pods 
NAME                 


        
6条回答
  •  春和景丽
    2020-12-04 09:30

    Run docker login

    Push the image to docker hub

    Re-create pod

    This solved the problem for me. Hope it helps.

提交回复
热议问题