'How to cancel a pod with error ImagePullBackoff

I tried to deploy a kubernetes pod and I get a error ImagePullBackOff

NAME                   READY   STATUS             RESTARTS   AGE
mrp-7c46596899-cvjnf   1/1     Running            0          33d
mrp-7c46596899-mv5s5   1/1     Running            0          33d
mrp-8f5796f45-xnggf    0/1     ImagePullBackOff   0          9m8s

Is there a way that I can cancel this deployment?

I tried k delete pod but it creates a new one.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source