What is <cluster config file>

I can’t find the example of the file detail when I read the content of “$ ray dashboard [-p <port, 8265 by default>] ”
Copy to clipboard

My ray version is 2.4.0. I want open the dashboard when I ray start --head, but found there is no dashboard auto run which --include-dashboard is default true.

@vox To include dashboard use pip install ray[default].

If you asking what’s a cluster config file? I basically instructs ray up ... what sort of ray cluster you you: configurations, size, headnode type, worker node type.

Here some examples of cluster.yaml file options
https://docs.ray.io/en/latest/cluster/vms/references/ray-cluster-configuration.html#cluster-config

I hope this helps