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
What steps did you take and what happened:
I deployed custom model with KFServing as a step of Kubeflow piplines. As it was custom model I used inferenceservice_yaml instead of framework and model_uri. I had
"""spec:
predictor:
containers:
....."""
in yaml as I saw it in examples for v1beta1 apiVersion. Model was deployed and was working but Model UI couldn't display page with model servers in default namespace due to "ERROR TypeError: Cannot read property 'runtimeVersion' of null". I tried set runtimeVersion but without any luck. As I see Model UI works only with named framework now.
What did you expect to happen:
I expected to use web-app for custom model too.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
/kind bug
What steps did you take and what happened:
I deployed custom model with KFServing as a step of Kubeflow piplines. As it was custom model I used inferenceservice_yaml instead of framework and model_uri. I had
"""spec:
predictor:
containers:
....."""
in yaml as I saw it in examples for v1beta1 apiVersion. Model was deployed and was working but Model UI couldn't display page with model servers in default namespace due to "ERROR TypeError: Cannot read property 'runtimeVersion' of null". I tried set runtimeVersion but without any luck. As I see Model UI works only with named framework now.
What did you expect to happen:
I expected to use web-app for custom model too.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): Client Version: GitVersion:"v1.22.0", GoVersion:"go1.16.6", Server Version: GitVersion:"v1.21.2", GoVersion:"go1.16.5"/etc/os-release
): Ubuntu 20.04.3 LTSThe text was updated successfully, but these errors were encountered: