I am using Ray v2.0.0 running it on the cluster (tried both kind and IBM IKS). I install ray using operator and then create an ingress for the port 10001. I can port-forward the service and it works, but using ingress will not connect. I tried both ray.init("ray://borisgloo1-2a0beb393d3242574412e5315d3d4662-0000.tor04.containers.appdomain.cloud:80")
and
ray.util.connect("borisgloo1-2a0beb393d3242574412e5315d3d4662-0000.tor04.containers.appdomain.cloud:80")
This used to work a couple of month ago, but not any more