Kubernetes

What does the "ErrImagePull" status of a Pod means?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

It wasn't able to pull the image specified for running the container(s). This can happen if the client didn't authenticated for example.

More details can be obtained with kubectl describe po .