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
Additional context
On retry it was observed that the inference service took > 5 minutes to become ready. It may be that the readiness check failed to cause experiment to fail.
The text was updated successfully, but these errors were encountered:
It appears that that the basic readiness check works. I set the timeout to 10s and increased the logging. I repeatedly see:
time=2023-02-27 21:35:44 level=trace msg=looking for resource (serving.kserve.io/v1beta1) inferenceservices: sklearn-irisv2 in namespace default
time=2023-02-27 21:35:44 level=trace msg=looking for condition: Ready
time=2023-02-27 21:35:44 level=error msg=condition status not True
followed by
time=2023-02-27 21:35:44 level=error msg=task 1: ready: failure
iter8 k report correctly identifies a failed task/experiment:
Experiment summary:
*******************
Experiment completed: false
No task failures: false
Total number of tasks: 4
Number of completed tasks: 0
Number of completed loops: 1
-allow-initial-errors
Allow and don't abort on initial warmup errors
should be exposed as a parameter in the http task. This might be a simple "fix" worth trying ... of course, more "warmup" behavior can also be defined in the task if this is insufficient.
Describe the bug
Running tutorial failed. Report had no output. Logs have
Referenced service seems to exist.
To Reproduce
Run tutorial.
Additional context
On retry it was observed that the inference service took > 5 minutes to become ready. It may be that the readiness check failed to cause experiment to fail.
The text was updated successfully, but these errors were encountered: