Skip to main content

 

I am restoring in the kasten MC an nginx that was made from the catalog, but when it starts working in the pod it says "ImagePullBackOff" have you had something similar and if so how did you solve it

 

 

Events:
  Type     Reason          Age                     From               Message
  ----     ------          ----                    ----               -------
  Normal   Scheduled       7m58s                   default-scheduler  Successfully assigned prueba/nginx-sample-7ff899f4f8-67bpb to ocp-sec-w-1.sec.site.io
  Normal   AddedInterface  7m56s                   multus             Add eth0  10.128.2.102/23] from openshift-sdn
  Normal   Pulled          7m56s                   kubelet            Container image "ghcr.io/kanisterio/kanister-tools:0.92.0" already present on machine
  Normal   Created         7m56s                   kubelet            Created container kanister-sidecar
  Normal   Started         7m56s                   kubelet            Started container kanister-sidecar
  Warning  Failed          7m16s (x3 over 7m56s)   kubelet            Failed to pull image "image-registry.openshift-image-registry.svc:5000/prueba/nginx-sample@sha256:974eb325d059163e1c3c6c6cb6469aab89595d030ee4246a4f2823c4c471398f": rpc error: code = Unknown desc = reading manifest sha256:974eb325d059163e1c3c6c6cb6469aab89595d030ee4246a4f2823c4c471398f in image-registry.openshift-image-registry.svc:5000/prueba/nginx-sample: manifest unknown: manifest unknown
  Warning  Failed          7m16s (x3 over 7m56s)   kubelet            Error: ErrImagePull
  Warning  Failed          6m37s (x6 over 7m56s)   kubelet            Error: ImagePullBackOff
  Normal   Pulling         6m22s (x4 over 7m56s)   kubelet            Pulling image "image-registry.openshift-image-registry.svc:5000/prueba/nginx-sample@sha256:974eb325d059163e1c3c6c6cb6469aab89595d030ee4246a4f2823c4c471398f"
  Normal   BackOff         2m50s (x22 over 7m56s)  kubelet            Back-off pulling image "image-registry.openshift-image-registry.svc:5000/prueba/nginx-sample@sha256:974eb325d059163e1c3c6c6cb6469aab89595d030ee4246a4f2823c4c471398f"
 

 

If in the topology you do not select start build , generate the pod and enable it

 


@jaiganeshjk 


Comment