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
If the raylet in worker pod exited, the raylet don't restart, so the pod will be useless without raylet.
Use case
If the raylet in worker pod exited, the raylet should restart.
One option is starting ray with --block and delete the sleep infinity.
Another option is restarting the pod, so the raylet will start. Maybe we can add some default liveness probe.
Related issues
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
For now, ray-operator generate worker pod command
If the raylet in worker pod exited, the raylet don't restart, so the pod will be useless without raylet.
Use case
If the raylet in worker pod exited, the raylet should restart.
One option is starting ray with
--block
and delete thesleep infinity
.Another option is restarting the pod, so the raylet will start. Maybe we can add some default liveness probe.
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: