-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add RayJob docs and development docs #404
Conversation
docs/guidance/rayjob.md
Outdated
|
||
A RayService manages 2 things: | ||
* RayCluster: Manages resources in kubernetes cluster. | ||
* Ray Serve Deployment Graph: Manages users' serve deployment graph. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably link to the Ray docs to explain what a Ray Serve Deployment Graph is.
cc @simon-mo @brucez-anyscale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I originally copy some contents and structure from RayService and forget to clean them up. Now it's in good shape
@@ -0,0 +1,129 @@ | |||
## Ray Job (alpha) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should explain what the operational difference is between a Ray Service and a Ray Job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some details. The cluster can be deleted by RayJob controller once it succeed or failed
cc @harryge00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@DmitriGekhtman @harryge00 Please have another check. it just have RayJob content now |
lgtm |
* Add RayJob docs and development docs * Address code review feedbacks
part of #349
Why are these changes needed?
Testing
Open
localhost:8000
Checks