images

Image errors occur when Kubernetes cannot retrieve the container image a workload needs to start. The image may not exist, the name or tag may be wrong, registry credentials may be missing, or the registry or network may be unavailable. Until the image can be pulled successfully, the container cannot start. ErrImagePull generally marks the initial pull failure; ImagePullBackOff means Kubernetes has continued to fail and is now waiting longer between retry attempts.
11
Aug

ErrImagePull

1 min read
10
Aug

ImagePullBackOff

1 min read