Kubernetes Nginx Ingress Image Bug/Errors?

7/8/2018

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.

-- Techradar
kubernetes
kubernetes-ingress
nginx

1 Answer

8/25/2018

Fixed it by building the image on my own and adding it to the registry.

-- Techradar
Source: StackOverflow