Open
Description
What happened + What you expected to happen
Following the official docs to set up ingress to remote connect to a ray cluster does not work. Once I SSHd into the KinD Cluster, I still could not successfully ray.init(). This is on a fresh env. Have tried multiple times locally and on a GitHub Runner and verified it doesn't work.
See Slack thread for more context
Versions / Dependencies
Ray version 2.44.1
Kuberay v1.3.2
Reproduction script
Follow this in the Ray docs or the Demo Steps in this PR to set up the relevant ingress, svc, and so on.
SSH into the KinD Cluster and try to ray.init()
Issue Severity
High: It blocks me from completing my task.