question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test Kfserving Issue -- no matches for kind "InferenceService" in version "serving.kubeflow.org/v1beta1"

See original GitHub issue

/kind bug

What steps did you take and what happened: I installed kfserving together with kubeflow. And I’m following “Test KFServing Installation” section to test kfserving. I see the pod kfserving controller manager is running correctly: image But then when tried to deploy the sklearn example, it shows the following error:

error: unable to recognize "sklearn.yaml": no matches for kind "InferenceService" in version "serving.kubeflow.org/v1beta1"

What did you expect to happen:

I expect the model to be deployed successfully

Environment:

  • Istio Version: 1.6.13
  • Knative Version:
  • KFServing Version:
  • Kubeflow version:1.1.0
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm]
  • Kubernetes version: (use kubectl version): client:1.19.4, server:1.17
  • OS (e.g. from /etc/os-release): macOS Catalina

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yuzisuncommented, Dec 8, 2020

@snowneji Do you use the v1beta1 example, Kubeflow 1.1 does not support v1beta1 yet, try the v1alpha2 example https://github.com/kubeflow/kfserving#create-kfserving-test-inference-service

0reactions
Jenya95commented, Mar 3, 2021

@snowneji Do you use the v1beta1 example, Kubeflow 1.1 does not support v1beta1 yet, try the v1alpha2 example https://github.com/kubeflow/kfserving#create-kfserving-test-inference-service

@yuzisun When kubeflow will support v1beta1? How is it possible to run example https://github.com/kubeflow/kfserving/tree/master/docs/samples/v1beta1/torchserve ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues - GitHub
Test Kfserving Issue -- no matches for kind "InferenceService" in version "serving.kubeflow.org/v1beta1" #1241.
Read more >
KServe | Kubeflow
KServe. Model serving using KServe. KServe enables serverless inferencing on Kubernetes and provides performant, high abstraction interfaces for ...
Read more >
Kubeflow Tutorial - ML Models on Kubernetes Training
Learn how various components of Kubeflow enable the end-to-end training and deployment of ML models on Kubernetes.
Read more >
Scalable ML Workflows using PyTorch on Kubeflow Pipelines ...
The open-source Kubeflow Pipelines backend runs on a Kubernetes ... "serving.kubeflow.org/v1beta1" kind: "InferenceService" metadata: name: ...
Read more >
x509: certificate is not valid for any names, but wanted to match
I think the problem is that you didn't copy the certificate and key in the /etc/docker/certs.d/ folder. The folder should look like this:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found