I am starting ray cluster manually and I would like to know the details about ray_bootstrap_config.yaml specified as argument to --autoscaling-config , also will autoscaler process start if I start ray head node with command -
ray start --head
Did you take a look at the link? It should answer the questions:
You can get started by filling out the fields in the provided ray/python/ray/autoscaler/local/example-full.yaml. Be sure to specify the proper head_ip , list of worker_ips , and the ssh_user field.
@rliaw Thanks, I thought Kubernetes was a requirement for using the YAML that you pointed. seems like it is not, if bare-metal can spawn containers then ray can autoscale, right?