Open
Description
Describe your feature request
I want to be able to map Actors to the Nodes that they are running on. I know the IP address of each node (via ray.state.nodes()
). However, there's no API to get the IP address of an actor.
The current workaround is to ping a common IP (google IP), which is what is currently implemented in ray.services.get_node_ip_address()
. This will always return a public IP, but sometimes I want the private IP (the one provided to ray start).