You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm having trouble with Minio, which can't cope with network failures of a few milliseconds (see #2458#2450). I find myself with totally blocked and unusable operators. Restarting them by hand each time is out of the question. My tenants are no longer installed, nor are updates being triggered.
Describe the solution you'd like
I'd like to be able to put liveness (and readiness) probes on the pods. That way, I won't have to manually restart pods every time they get stuck.
Describe alternatives you've considered
I tried to look at the different endpoints I could use in a liveness probes, I had difficulties (it seems incompatible with the election of the leader). I'm sure you'll have some knowledge that I don't.