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
With --block, when the ray process crashes, the KubeRay operator can detect the unhealthy condition in a short time because the container will exit immediately. Without --block, the unhealthy condition can still be detected by both readiness and liveness probes, but it may take more time to detect it.
Search before asking
Description
#675 (comment)
With
--block
, when the ray process crashes, the KubeRay operator can detect the unhealthy condition in a short time because the container will exit immediately. Without--block
, the unhealthy condition can still be detected by both readiness and liveness probes, but it may take more time to detect it.Use case
No response
Related issues
#675
#912
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: