About the Ray Clusters category

For questions about launching or managing Ray Clusters. Don’t be shy - all questions are welcome!

Hi. Do I ask questions in this reply? Sorry if I overlooked the area/button to ask a question.

I am using cluster.yaml file for launching a cluster using ray.

How can I get different custom resources for each new worker node? I have defined custom resources in worker node as follow: resources={"custom":1}. Now each time when ray launch new worker it should have given resources as follow:

resource={"custom1":1} for worker 1,  
resource={"custom2":1} for worker 2,  
resource={"custom3":1} for worker 3,