You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Note that the default ports for RayService are different from the default ports for RayCluster.
Just to confirm: I need to set default values for the four ports (gcs-server, dashboard, client, and serve) as 6379, 8265, 10001, and 8000, respectively, and remove the entire port section in yaml. Is that correct?
Okay. Then just remove that section from the YAML files and add tests for it. By the way, I noticed the following for-loop isn’t necessary. We can just use normal map access. You can change that too.
Search before asking
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. Note that the default ports forRayService
are different from the default ports forRayCluster
.kuberay/ray-operator/config/samples/ray-service.sample.yaml
Lines 84 to 92 in adf1f07
Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: