ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
982 stars 330 forks source link

[Chore][Samples] Rename ray-cluster.mini.yaml and add workerGroupSpecs #2100

Closed MortalHappiness closed 2 months ago

MortalHappiness commented 2 months ago

Why are these changes needed?

There are ray-job.sample.yaml and ray-service.sample.yaml but no ray-cluster.sample.yaml. Also it seems that ray-cluster.mini.yaml is not useful because it does not specify workerGroupSpecs. Therefore, this PR:

  1. Rename ray-cluster.mini.yaml to ray-cluster.sample.yaml.
  2. Add workerGroupSpecs section in that file.

Related issue number

Checks