should probes behave more like kubernetes probes? #418
adrian-gierakowski
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hey @adrian-gierakowski,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
looks like currently failing readiness_probe in PC would cause process to be killed (and restarted, depending on availability config), however I believe only failing liveness probe should lead to this outcome. readiness_probe should only be used when managing startup of other process which require given process to be ready first
Beta Was this translation helpful? Give feedback.
All reactions