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.

How to upgrade kfserving in kubeflow1.2

See original GitHub issue

/kind bug

I try to upgrade kfserving from v0.4.0 to 0.5.0

  1. I delete kfserving configure from kfctl_istio_dex.v1.2.0.yaml and update
  2. I deploy kfserving0.5 by wget kfserving yaml
  3. I entry my notebook and install kfserving==0.5.0
  4. I execute this code
from kfserving import KFServingClient
kf = KFServingClient()
kf.get()
  1. this code return error:
HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"inferenceservices.serving.kubeflow.org is forbidden: User \"system:serviceaccount:test:default-editor\" cannot list resource \"inferenceservices\" in API group \"serving.kubeflow.org\" in the namespace \"test\"","reason":"Forbidden","details":{"group":"serving.kubeflow.org","kind":"inferenceservices"},"code":403}

but I can use it deploy my inferenceservice before I upgrade.

How to upgrade kfserving that is no error?

Environment:

  • Istio Version: 1.3.0
  • Knative Version: v0.14.3
  • KFServing Version: v0.5.0
  • Kubeflow version: v1.12
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm] k8s_istio_dex
  • Kubernetes version: (use kubectl version): 1.18.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pvaneckcommented, Mar 16, 2021

FYI, https://github.com/kubeflow/kfserving/blob/master/install/v0.5.1/kfserving_kubeflow.yaml was added recently and should be applied when installing with Kubeflow. I am wondering if you applied the kfserving.yaml file which has the kfserving ingress gateway configured to the Knative gateway instead of the Kubeflow gateway.

0reactions
yuzisuncommented, May 9, 2021

Please use kubeflow 1.3 which is integrated with KFS 0.5.1 now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrade Kubeflow
Deprecated kfserving component was removed. To upgrade to KServe, follow the KServe Migration guide. Upgrade Kubeflow cluster to v1.5. In ...
Read more >
How to upgrade kfserving in kubeflow1.2 · Issue #1437 - GitHub
kind bug I try to upgrade kfserving from v0.4.0 to 0.5.0 I delete ... I try to apply the some kfserving file in...
Read more >
Tutorial for End-to-end Pipeline with KFServing - D2IQ
KFServing reads the model file from MinIO, an open-source S3-compliant object storage tool, which is already included with your Kubeflow installation.
Read more >
KFServing pod "error: container storage-initializer is not valid"
The only containers my predict service pod has are kfserving and queue-proxy. I am currently on Kubeflow 1.2 and Kubernetes 1.17 on IBM...
Read more >
kfserving 1.3.0 · helm/cowboysysop - Artifact Hub
helm upgrade my-release cowboysysop/kfserving. The command upgrades the ... kubectl delete crd inferenceservices.serving.kubeflow.org $ kubectl delete crd ...
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