pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

[backend] Unable to render pipelines UI after upgrade

Open pythonking6 opened this issue 1 year ago • 2 comments

Environment

  • How did you deploy Kubeflow Pipelines (KFP)? deployed using documentation setting pipeline version and using 2 more commands .

  • KFP version: PIPELINE_VERSION = 2.0.5

  • KFP SDK version: KFP VERSION 2.5.0

Steps to reproduce

Upgrade kfp pipelines backend to 2.0.5

Get api error as follows:

{ "error": "Failed to list runs: Failed to list runs due to authorization error. Check if you have permission to access namespace : Invalid input error: A run cannot have an empty namespace in multi-user mode", "code": 3, "message": "Failed to list runs: Failed to list runs due to authorization error. Check if you have permission to access namespace : Invalid input error: A run cannot have an empty namespace in multi-user mode", "details": [ { "@type": "type.googleapis.com/google.rpc.Status", "code": 3, "message": "A run cannot have an empty namespace in multi-user mode" } ] }

Expected result

Should display runs

Materials and Reference

https://www.kubeflow.org/docs/components/pipelines/v1/installation/standalone-deployment/


Impacted by this bug? Give it a 👍.

pythonking6 avatar Feb 08 '24 00:02 pythonking6

@pythonking6 The screenshot you have shows it's a full-Kubeflow deployment, rather than "kfp standalone development". How did you deploy the Kubeflow, and on which platform?

chensun avatar Feb 15 '24 23:02 chensun

I solved this by updating using manifests instead!

pythonking6 avatar Feb 15 '24 23:02 pythonking6

Can you be more specific? what manifests you used?

rimolive avatar Mar 04 '24 22:03 rimolive

/close

rimolive avatar Mar 04 '24 22:03 rimolive

@rimolive: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

google-oss-prow[bot] avatar Mar 04 '24 22:03 google-oss-prow[bot]