Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrImagePull: k8s.gcr.io/defaultbackend:1.5 not found #549

Closed
mkozjak opened this issue Nov 21, 2018 · 4 comments · Fixed by #556
Closed

ErrImagePull: k8s.gcr.io/defaultbackend:1.5 not found #549

mkozjak opened this issue Nov 21, 2018 · 4 comments · Fixed by #556

Comments

@mkozjak
Copy link

mkozjak commented Nov 21, 2018

Works with gcr.io/google-containers/defaultbackend:1.4.

@agadelshin
Copy link
Contributor

it was updated here https://github.com/kubernetes/ingress-gce/pull/496/files

but I can't download defaultbackend:1.5 too, 1.4 works fine

➜  ~ docker run -ti gcr.io/google_containers/defaultbackend:1.5
Unable to find image 'gcr.io/google_containers/defaultbackend:1.5' locally
docker: Error response from daemon: manifest for gcr.io/google_containers/defaultbackend:1.5 not found.
See 'docker run --help'.
➜  ~ docker run -ti k8s.gcr.io/defaultbackend:1.5
Unable to find image 'k8s.gcr.io/defaultbackend:1.5' locally
docker: Error response from daemon: manifest for k8s.gcr.io/defaultbackend:1.5 not found.
See 'docker run --help'.

I guess it has to be built using ingress-gce CI processes, because it was adopted from ingress-nginx

@agadelshin
Copy link
Contributor

@rramkumar1 should we just rollback to previous version right now? Could you please explain how this process work (from repo to docker image)

@rramkumar1
Copy link
Contributor

@pondohva I will ask around and see why the image was bumped without it actually existing.

In the meantime, can you modify your default backend by hand and point it at 1.4?

@mkozjak
Copy link
Author

mkozjak commented Nov 26, 2018

@rramkumar1 bear in mind that google_containers in url is also google-containers if you want to get it working.
Change gcr.io/google_containers/defaultbackend:1.5 to gcr.io/google-containers/defaultbackend:1.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants