-
Notifications
You must be signed in to change notification settings - Fork 15
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
Incorrect image name in deployment.yaml #114
Comments
Here are events I saw when describing the pod
|
Please use the helm chart https://github.com/gardener/oidc-webhook-authenticator/tree/master/charts/oidc-webhook-authenticator in order to install the webhook authenticator. The deployment you linked is only used in a local dev setup. |
Thanks for the pointer. However, I'd love to see the README.md to include general deployment instructions and then provide local deployment as an example. |
I opened an issue to track the progress on enhancing the documentation w.r.t. deployments #115 |
What happened: Failed to deploy the application to kubernetes due to "ErrImagePull"
What you expected to happen: the application to be deployed
How to reproduce it (as minimally and precisely as possible): use the file at https://github.com/gardener/oidc-webhook-authenticator/blob/master/config/samples/deployment.yaml to deploy
Anything else we need to know: The image name there is oidc-webhook-authenticator:latest, and it didn't work for me. I then replace with eu.gcr.io/gardener-project/gardener/oidc-webhook-authenticator:latest, and then it worked.
Environment: Linux, kubernetes
The text was updated successfully, but these errors were encountered: