-
Notifications
You must be signed in to change notification settings - Fork 62
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: modelmesh container have error logs when kserve runtime is running. #125
Comments
By setting istio-prometheus-ignore="true" you can avoid scraping on port 15020 happening on the modelmesh pod.
|
Analysis ModelMesh already have a Solution |
Do you know who created these two objects? |
Today I do some more research around it and found below article. According to point 7.1 its intentionally added in there. We should not remove the istio-proxies-monitor(PodMonitor) and istiod-monitor(ServiceMonitor) from Kserve namespace. |
After discussing with @skonto @bartoszmajsak , we come to the point that we need to add extra label in Discussion thread : https://redhat-internal.slack.com/archives/C065ARTVA80/p1702293019814919?thread_ts=1701693652.733169&cid=C065ARTVA80 |
closing as related PRs are closed. |
When kserve and modelmeh are running in the same namespace, modelmesh container show these errors:
There are 3 networkpolicy in the namespace:
If allow-from-openshift-monitoring-ns network policy is deleted, the error message is not showing up anymore. So I think this networkpolicy is the culprit of this issue. However, it is not 100% so it needs more debugging.
Reference:
https://github.com/orgs/opendatahub-io/projects/42?pane=issue&itemId=40292089
The text was updated successfully, but these errors were encountered: