1. Severity of the issue: (select one)
None: I’m just curious or want clarification.
Low: Annoying but doesn’t hinder my work.
Medium: Significantly affects my productivity but can find a workaround.
High: Completely blocks me.
2. Environment:
- Ray version: 2.44.0
- Python version: 3.12
- OS: Ubuntu
- Cloud/Infrastructure: N/A
- Other libs/tools (if relevant): N/A
3. What happened vs. what you expected:
- Expected: Able to specify a worker workgroup in model application
- Actual: Unable to specify a worker workgroup in model application
helm install raycluster kuberay/ray-cluster --version 1.3.0 -f values.yaml
values.yaml
worker:
groupName: workergroup-1
ray job submit --address=http://localhost:8265
– serve run config.yaml
config.yaml
applications: