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

[helm] implement Liveness and readiness for k8s pods #1158

Open
michMartineau opened this issue Nov 10, 2023 · 0 comments
Open

[helm] implement Liveness and readiness for k8s pods #1158

michMartineau opened this issue Nov 10, 2023 · 0 comments
Labels
needs-triage This issue should be reviewed and tagged appropriately

Comments

@michMartineau
Copy link
Contributor

Is your feature request related to a problem?
On robusta pods, Liveness and readiness probes are not defined. Pods continues to live even if the service have problems.

For example, if automountServiceAccountToken is set to false, the runner will start and run but the service is not ready as it can't contact kubernetes api.

Describe the solution you'd like
I would like to know if health check endpoints exist on runner and forwarder in order to implement Liveness and readiness probes in the chart.
With these probes, pod will fail if service are not lively and ready. It will be more easy to know the state of the service.

@pavangudiwada pavangudiwada added the needs-triage This issue should be reviewed and tagged appropriately label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage This issue should be reviewed and tagged appropriately
Projects
None yet
Development

No branches or pull requests

2 participants