Preflight checklist
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
Preflight checklist
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
And/or
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