-
Notifications
You must be signed in to change notification settings - Fork 515
[Feat][kubectl-plugin] Config file for creating RayClusters #3142
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
Comments
/assign @davidxia |
looks like the assignment command isn't working? |
4 tasks
I've also updated the schema based on preliminary feedback in #3225. |
I just saw this. Here's my initial thoughts.
|
@davidxia I can only assign the issue to you when you comment on the issue haha |
davidxia
added a commit
to davidxia/kuberay
that referenced
this issue
Apr 2, 2025
as described in the [Ray Kubectl Plugin 1.4.0 Wishlist][1]. closes ray-project#3142 Signed-off-by: David Xia <[email protected]> [1]: https://docs.google.com/document/d/18V5_7SGUzS0LGlaJB7xus04omyr3drKkK4vV6Kz14jY/edit?tab=t.0#heading=h.tuqyq1b6b2x7
davidxia
added a commit
to davidxia/kuberay
that referenced
this issue
Apr 2, 2025
as described in the [Ray Kubectl Plugin 1.4.0 Wishlist][1]. closes ray-project#3142 Signed-off-by: David Xia <[email protected]> [1]: https://docs.google.com/document/d/18V5_7SGUzS0LGlaJB7xus04omyr3drKkK4vV6Kz14jY/edit?tab=t.0#heading=h.tuqyq1b6b2x7
davidxia
added a commit
to davidxia/kuberay
that referenced
this issue
Apr 7, 2025
as described in the [Ray Kubectl Plugin 1.4.0 Wishlist][1]. closes ray-project#3142 Signed-off-by: David Xia <[email protected]> [1]: https://docs.google.com/document/d/18V5_7SGUzS0LGlaJB7xus04omyr3drKkK4vV6Kz14jY/edit?tab=t.0#heading=h.tuqyq1b6b2x7
davidxia
added a commit
to davidxia/kuberay
that referenced
this issue
Apr 10, 2025
as described in the [Ray Kubectl Plugin 1.4.0 Wishlist][1]. closes ray-project#3142 Signed-off-by: David Xia <[email protected]> [1]: https://docs.google.com/document/d/18V5_7SGUzS0LGlaJB7xus04omyr3drKkK4vV6Kz14jY/edit?tab=t.0#heading=h.tuqyq1b6b2x7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we support more use-cases for cluster creation, it won’t scale to add CLI flags for every possible permutation of RayClusters. We should consider supporting config files (in YAML) to capture high-level parameters for cluster creation. The challenge here is designing config files that are significantly simpler than writing RayCluster YAML directly without sacrificing too much utility. One consideration would be to use a similar format as the existing
values.yaml
for the Ray Cluster helm chart.Possible Config
Example command
kubectl ray create cluster (NAME) --cluster-config <path-to-config>
Discussion
Isn't this somewhat redundant with
helm install raycluster
? After all,helm template
can achieve a similar outcome.The text was updated successfully, but these errors were encountered: