-
-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Both kratos/oathkeeper-test-connection pods fail avertime.
As every k8s resource is deployed at the same time, and the test pods are a simple busybox running a 1 time wget, the test pods are ready well before the rest of the stack.
A simple solution for this would be to add a sleep before the wget, or even expose the test command on the helm values.
Reproducing the bug
helm repo add ory https://k8s.ory.sh/helm/charts
helm install my-oathkeeper ory/oathkeeper --version 0.59.0
And/or
helm repo add ory https://k8s.ory.sh/helm/charts
helm install my-kratos ory/kratos --version 0.59.0
Relevant log output
Relevant configuration
Version
Chart 0.59.0 / App v0.40.9
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.