:orphan: .. _imagepullerror: Error: ImagePullBackOff or ErrImagePull --------------------------------------- ImagePullBackOff will be seen when you describe the pod using the command .. code-block:: kubectl describe pod kubectl get pods -n Solution -------- * Check if aizen repo secret name used during deployment is missing in your namespace or the aizen repo credential name was misspelled during deployment .. code-block:: kubectl get secrets -n If they are missing then create them using .. code-block:: kubectl create secret docker-registry aizenrepo-creds --docker-username=aizencorp --docker-password= -n