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

[bug] Probes for quickstart model kill pod #772

Open
jolfr opened this issue Feb 28, 2025 · 1 comment · May be fixed by #773
Open

[bug] Probes for quickstart model kill pod #772

jolfr opened this issue Feb 28, 2025 · 1 comment · May be fixed by #773

Comments

@jolfr
Copy link
Contributor

jolfr commented Feb 28, 2025

🐛 Describe the bug

Probes for the sample found in /samples/quickstart/model.yaml restart the pod before the model can fully download.

Steps to Reproduce

  1. Deploy AIBrix Dependencies and Core
  2. Deploy /samples/quickstart/model.yaml
  3. Watch for pod restarts with kubectl get pods
  4. Watch for Readiness/Liveliness failures with kubectl describe pod <pod-name>
  5. Watch logs with kubectl logs <pod-name> --follow

Expected behavior

Model starts up as expected. Changing the readiness and liveliness delay to 360 seconds fixes this issue.

Image

Environment

  • AIBrix Version 0.2.0
  • Kubernetes Deployment
  • Google Kubernetes Engine
  • Deepseek-r1-distill-llama-8b
@jolfr
Copy link
Contributor Author

jolfr commented Feb 28, 2025

Just wanted to log this here in case somebody else runs into it. Will have a patch shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant