-
Notifications
You must be signed in to change notification settings - Fork 906
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
Startup probe on cluster-jwks-proxy fails with an HTTP 404 error #2963
Comments
Are you using Kind as in our instructions or do you bring your own Kubernetes cluster? |
Following the instructions exactly using Kind. |
That is interesting. @tarekabouzeid can you help @mprahl with debugging? |
Yeah sure, i will try to reproduce from my side |
Actually I got the same exact issue if I follow option 2, I'm using Kali Linux, |
It's reproducible. I am looking into it. UPDATE: This is due to no default issuer in Kind cluster.
Pods:
Pod logs
|
can you configure our kind setup and documentation to have a default issuer? |
Validation Checklist
Version
master
Describe your issue
The
cluster-jwks-proxy
deployment as part of the Oauth2-proxy instructions is inCrashLoopBackOff
due to the startup probe failing.The logs of the pod are:
Steps to reproduce the issue
Follow the installation instructions on a Kind cluster but use "option 2" for the "Oauth2-proxy" section.
Put here any screenshots or videos (optional)
No response
The text was updated successfully, but these errors were encountered: