Rasmus Selsmark

Results 3 comments of Rasmus Selsmark

I think the problem is that Ray debugger uses a random port, so it's not possible to know ahead which port to open when running on Kubernetes From https://github.com/ray-project/ray/blob/master/python/ray/util/debugpy.py: ```...

Thanks for looking into this. One more thing that needs to be considered when debugging a job running in Kubernetes, is the IP address From Ray job log: ``` 2024-10-03...

We ended up deploying https://docs.linuxserver.io/images/docker-code-server/ inside the Kubernetes cluster, which can then access the necessary ports