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 deployed v1.63.11-stable and noticed that the docker-compose.yaml file added a healthcheck so proceeded to add the healthcheck to my docker-compose file but to my surprize the container was being reported as unhealthy after restarting it with the curl based test command.
I "execed" into the container and ran the following command
zsh ❯ docker exec -it litellm bash
bash-5.2# curl http://localhost:4000/health/liveliness
bash: curl: command not found
I did however find that wget is already included in the image so I updated the healthcheck as follows
What happened?
I deployed
v1.63.11-stable
and noticed that thedocker-compose.yaml
file added ahealthcheck
so proceeded to add thehealthcheck
to my docker-compose file but to my surprize the container was being reported asunhealthy
after restarting it with thecurl
based test command.I "execed" into the container and ran the following command
I did however find that
wget
is already included in the image so I updated thehealthcheck
as followsWith the
wget
based test the container is nowhealthy
Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v1.63.11
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: