Since few days ago, I am not able to pull nginx ingress images from gcr
repo like gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.15
nor am I able to pull the image quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.15.0
. I always get the status code 403
and status ImagePullBackOff
. When I upgrade the image version to quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.0
or 0.16.2
I get the following pod error: [dumb-init] /ingress-nginx-controller: No such file or directory
. What happened?
EDIT: It seems to be an error with the docker deamon in the cluster as I was able to pull the image with the local docker installation and then push it manually into my registry.
Fixed it by building the image on my own and adding it to the registry.