Matthias Carnein

Results 10 comments of Matthias Carnein

As a workaround you can probably set the resourcequota values explicitly to null instead of deleting them from the profile.

Updating the oidc-authservice was also discussed for the release of Kubeflow 1.3 but could not be included because it would break the logout button of the centraldashboard. Is this still...

I believe that @juliusvonkohout raised a very important issue here. In many scenarios users are legally required to cleanup old records and keeping the cachedb in sync is definitely a...

I think the difference is that the user is not actively "relying on caching". For the user it just happens automatically when using the same component definition and arguments. Having...

Looking at the network traffic, I can see that the web app sends requests to the grafana endpoint. For example (shortened): https://example.com/grafana/.../knative-serving-revision-http-requests?var-namespace=undefined&var-configuration=mymodel-predictor-default Notice how the `var-namespace` parameter is set to...

I can confirm that this does fix issue #48 and metrics are displayed correctly. The frontend test still seems to fail, though. Is there anything left to do here? I'm...

Closing as completed since https://github.com/kserve/models-web-app/pull/70 has been merged.

I agree, KFP is definitely doing some magic with the artifact names. It seems that the KFP SDK translates the artifact name `mlpipeline_ui_metadata` to `mlpipeline-ui-metadata` when compiling a pipeline. Unfortunately,...

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...

Ah I see it what you mean. The issue was probably introduced on Mar 6 2023 here: https://github.com/kserve/models-web-app/commit/50cc49348dcbf514d047650073978245fc0281fc The v0.10.0 image tag was published on Feb 7 2023 though. So...