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

Migrate to RayJobs instead of managing RayClusters #1337

Open
psschwei opened this issue May 16, 2024 · 0 comments
Open

Migrate to RayJobs instead of managing RayClusters #1337

psschwei opened this issue May 16, 2024 · 0 comments
Labels
enhancement New feature or request priority: medium Medium priority project: gateway Label to identify features related with gateway project project: infrastructure Label to identify features related with infrastructure

Comments

@psschwei
Copy link
Collaborator

What is the expected enhancement?

From the Kuberay docs: "With RayJob, KubeRay automatically creates a RayCluster and submits a job when the cluster is ready. You can also configure RayJob to automatically delete the RayCluster once the Ray job finishes."

We currently spin up a RayCluster when a user submits a job and have a decent amount of code dedicated to managing said cluster. Now that RayJob has reached v1, we should consider migrating to use RayJobs, which will offload the cluster management piece, hopefully simplifying our code base.

More on RayJobs: https://docs.ray.io/en/master/cluster/kubernetes/getting-started/rayjob-quick-start.html

@Tansito Tansito added enhancement New feature or request priority: medium Medium priority project: gateway Label to identify features related with gateway project project: infrastructure Label to identify features related with infrastructure labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium Medium priority project: gateway Label to identify features related with gateway project project: infrastructure Label to identify features related with infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants