How to retry image pull in a kubernetes Pods?

前端 未结 7 1089
挽巷
挽巷 2021-01-29 23:49

I am new to kubernetes. I have an issue in the pods. When I run the command

 kubectl get pods

Result:

NAME                   RE         


        
7条回答
  •  长发绾君心
    2021-01-30 00:23

    In case of not having the yaml file:

    kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -

提交回复
热议问题