-
Notifications
You must be signed in to change notification settings - Fork 40
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
Logs not showing in v0.13.0-rc.0 #87
Comments
Does this happen with 0.10 image of Models Web app? I suspect it will happen with older images because this change is from a year ago. Question to you: What is the case where an InferenceService has no annotations? |
The 0.10 image is working fine for me, I'm only seeing this in the latest rc. I vaguely remember seeing a similar github issue for one of the other web app so maybe this was introduced by a change in the shared code? I believe most InferenceService have no annotation by default. If you check the examples from the website, none of them do, e.g. https://kserve.github.io/website/latest/modelserving/v1beta1/torchserve/#create-the-torchserve-inferenceservice (I'm talking about the InferenceService kind, not the created pod). |
Ah I see it what you mean. The issue was probably introduced on Mar 6 2023 here: 50cc493 The v0.10.0 image tag was published on Feb 7 2023 though. So this seems to be an older issue which now surfaces since the image is rebuilt. |
While testing the latest release candidate (kserve/models-web-app:v0.13.0-rc.0), I noticed that logs are not showing for some InferenceServices in the models web app. The issue seems to occur when the InferenceService has no annotations.
The models web app pod prints the following traceback:
The text was updated successfully, but these errors were encountered: