Hi, I am trying Ray Serve for the first time and was following the Serve a StableDiffusion text-to-image model on Kubernetes example. However, when I get to step 4, worker node is unable to reach ready state as it keeps failing the Readiness probe.
The exact log message is: Readiness probe failed: success.
I suspect this is because it fails the ‘wget -T -2 -q -O- http://localhost:8000/-/healthz | grep success’ command.
Any suggestions on what may be the problem and how to fix?
Thank you!