An ErrImagePull error occurs when a container fails to start because it can't find or pull the image specified in the image reference. This error can be caused by issues that include:
Try the following to resolve ErrImagePull errors:
describe pod output might contain the following messages if the image name, tag, registry, or repository is the issue:manifest for <name:tag>... not foundrepository <name> not found: does not exist or no pull accessdescribe pod output will contain the following message if this is the issue:authorization failedThese are general steps that will frequently resolve an ErrImagePull error; however, the exact solution may vary depending on the specific situation and the cause of the error. If the error still exists after trying these steps, you should check the logs of the container engine or the registry for more specific error messages, and also check system and firewall rule configurations.
On This Page
Search for a command to run...