You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy an LLM model using vLLM on Kubernetes. However, for K8, the readinessProbe and livenessProbe are needed to indicate the health of the api-server and these endpoints are missing from the api_server.py
For that reason I have raised a simple PR to include the needed endpoints: #1244
Regards,
Petros Baltzis
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to deploy an LLM model using vLLM on Kubernetes. However, for K8, the
readinessProbe
andlivenessProbe
are needed to indicate the health of the api-server and these endpoints are missing from the api_server.pyFor that reason I have raised a simple PR to include the needed endpoints: #1244
Regards,
Petros Baltzis
The text was updated successfully, but these errors were encountered: