We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Probes for the sample found in /samples/quickstart/model.yaml restart the pod before the model can fully download.
kubectl get pods
kubectl describe pod <pod-name>
kubectl logs <pod-name> --follow
Model starts up as expected. Changing the readiness and liveliness delay to 360 seconds fixes this issue.
The text was updated successfully, but these errors were encountered:
Just wanted to log this here in case somebody else runs into it. Will have a patch shortly.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 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
kubectl get pods
kubectl describe pod <pod-name>
kubectl logs <pod-name> --follow
Expected behavior
Model starts up as expected. Changing the readiness and liveliness delay to 360 seconds fixes this issue.
Environment
The text was updated successfully, but these errors were encountered: