I’m experimenting with the ray sample for stable diffusion on ray serve: Serve a StableDiffusion text-to-image model on Kubernetes — Ray 3.0.0.dev0
I was trying to understand why the readiness probe fails and couldn’t find.
When debugging i was trying to reach the head svc fqdn withint the kuberay operator pod, but that timed out.
That’s when i saw that my raycluster head svc doesnot have port 52365 listed in the svc configuration.
If i exec into the head svc pod i can see that it’s running and listening to port 52365
sd-raycluster-mktt4-head-svc ClusterIP 172.20.182.192 <none> 10001/TCP,8265/TCP,6379/TCP,8080/TCP,8000/TCP 38m