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

OUTDATED DOCUMENTATION: Fresh Install Image Pull Backoff #23

Open
EntrepreneurAJ opened this issue Nov 25, 2019 · 1 comment
Open

OUTDATED DOCUMENTATION: Fresh Install Image Pull Backoff #23

EntrepreneurAJ opened this issue Nov 25, 2019 · 1 comment

Comments

@EntrepreneurAJ
Copy link

When setting up on a fresh cluster following the instructions for a helm install on the readme GKE reports;

Failed to pull image "estafette/estafette-gke-node-pool-shifter:1.0": rpc error: code = Unknown desc = Error response from daemon: manifest for estafette/estafette-gke-node-pool-shifter:1.0 not found

The documentation also does not reflect the folder structure changes to make it compatible with the new helm repo.

@mattbennett
Copy link

For anyone else coming across this --

The problem is that the image tag is not set in the default values, and it falls back to the chart version (1.0).

You can fix it by setting an appropriate image tag in your values. Use something that exists in the repo: https://hub.docker.com/r/estafette/estafette-gke-node-pool-shifter/tags

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

No branches or pull requests

2 participants