Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to implement readinessProbe for custom serving runtime. #532

Open
haiminh2001 opened this issue Dec 27, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@haiminh2001
Copy link

Hi, I am using Modelmesh with Tritonserver. I encountered a critical issue: Triton crashed loop back but mm kept receiving traffic and failed.

In the serving runtime yaml, I see no readinessProbe define for triton container, which might be the reason of the bug.

I have some questions:

  • Not implementing readinessProbe is unintended or on purpose ?
  • Even if the readinessProbe fails, can it prevent the server from receiving traffic since as far as I know, modelmesh use headless service, then it send requests directly to the IP of the failed pod?
  • If my Triton server fails, what should I do?
@haiminh2001 haiminh2001 added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant