Skip to content
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

[doc][clusters] add doc for setting up Ray and K8s #39408

Merged
merged 15 commits into from
Sep 9, 2023
Prev Previous commit
Next Next commit
update
  • Loading branch information
richardliaw committed Sep 8, 2023
commit 9355ce19df763d1cce33db3e64861b29eed589d4
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

This document contains recommendations for setting up storage and handling application dependencies for your Ray deployment on Kubernetes.

When you set up Ray on Kubernetes, the KubeRay documentation provides an overview of how to configure the operator to execute and manage the Ray cluster lifecycle.
However, administrators may still have questions with respect to actual day-to-day usage. For example:
When you set up Ray on Kubernetes, the [KubeRay documentation](kuberay-quickstart) provides an overview of how to configure the operator to execute and manage the Ray cluster lifecycle.
However, administrators may still have questions with respect to actual user workflows. For example:

* How do I ship or run code on the Ray cluster?
* What type of storage system should I set up for artifacts?
Expand Down
Loading