Skip to content
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

Model web app doesn't work with custom model #1

Closed
elsud opened this issue Sep 20, 2021 · 1 comment · Fixed by #7
Closed

Model web app doesn't work with custom model #1

elsud opened this issue Sep 20, 2021 · 1 comment · Fixed by #7

Comments

@elsud
Copy link

elsud commented Sep 20, 2021

/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:

  • Istio Version: istioctl-1.11.2
  • Knative Version: 0.24.0
  • KFServing Version: 0.6.0
  • Kubeflow pipeline version: 1.7.0
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm]
  • Minikube version: 1.22.0
  • Kubernetes version: (use kubectl version): Client Version: GitVersion:"v1.22.0", GoVersion:"go1.16.6", Server Version: GitVersion:"v1.21.2", GoVersion:"go1.16.5"
  • OS (e.g. from /etc/os-release): Ubuntu 20.04.3 LTS
@yuzisun yuzisun transferred this issue from kserve/kserve Sep 23, 2021
@markwinter
Copy link
Member

markwinter commented Oct 6, 2021

I'm working on this currently

#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants