Please help, how to delete pod with image pull back off status

disha rajpal:
Please help, how to delete pod with image pull back off status.
image.png

Deepak Sharma:
kubectl delete pod {pod-name}

disha rajpal:
I have done the same, still getting error pod not found.

Deepak Sharma:
use -n for name space

disha rajpal:
ok

disha rajpal:
let me try

kubectl get pods -n default | grep ImagePullBackOff | awk '{print $2 " --namespace=" $1}' | xargs kubectl delete pod