In my setup my nodes have multiple NICs and ray chooses the default NIC over the configured node ip address. This leads to a lot of issues as the head node is not available from the default NIC. Is there a way to disable this behaviour?
My start command:
ray start --head --port=6379 --dashboard-host=192.168.195.231 --node-ip-address=192.168.195.231 --autoscaling-config=~/ray_bootstrap_config.yaml
Feel free to contribute more information about what is broken here to the issue. If only the dashboard is broken that seems like a minor issue but based on your description it sounds like more things are broken here, right?
If you can pin-point more which component is causing issues (e.g. from log files) we can help identify where in the code problems could be coming from. PRs are also very welcome