-
Notifications
You must be signed in to change notification settings - Fork 715
Open
Labels
enhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomersrayclusterrayjob
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently, many sample YAML files define the ports section. We can set default values in the KubeRay operator and remove that section from the sample YAML files. Also remove that section for RayJob sample yaml files.
kuberay/ray-operator/config/samples/ray-cluster.sample.yaml
Lines 26 to 32 in adf1f07
| ports: | |
| - containerPort: 6379 | |
| name: gcs-server | |
| - containerPort: 8265 # Ray dashboard | |
| name: dashboard | |
| - containerPort: 10001 | |
| name: client |
kuberay/ray-operator/config/samples/ray-job.sample.yaml
Lines 51 to 57 in adf1f07
| ports: | |
| - containerPort: 6379 | |
| name: gcs-server | |
| - containerPort: 8265 # Ray dashboard | |
| name: dashboard | |
| - containerPort: 10001 | |
| name: client |
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomersGood for newcomersrayclusterrayjob