-
Notifications
You must be signed in to change notification settings - Fork 425
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
[Feature] Support preserving only the Head pod with RayJob when shutdownAfterJobFinishes=true #2615
Comments
Similarly or alternatively: dumping state to persistent storage to allow resuming Dashboard after a Job has finished. |
Should we add a flag to specify whether to preserve the head pod? |
In this case, the RayCluster must be retained and cannot be deleted. There are two possible approaches:
|
I'm thinking of a new field like |
This makes sense to me. |
Initial PR is here #2643 |
Search before asking
Description
When using RayJob with shutdownAfterJobFinishes=true, it can useful to keep the Head pod around to debug issues or access the Ray dashboard while deleting the workers that are using more expensive resources.
Use case
Allow access to the Ray dashboard after job finishes.
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: