kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.55k stars 1.6k forks source link

[backend] Unable to render pipelines UI after upgrade #10457

Closed pythonking6 closed 6 months ago

pythonking6 commented 7 months ago

Environment

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 👍.

chensun commented 6 months ago

@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?

pythonking6 commented 6 months ago

I solved this by updating using manifests instead!

rimolive commented 6 months ago

Can you be more specific? what manifests you used?

rimolive commented 6 months ago

/close

google-oss-prow[bot] commented 6 months ago

@rimolive: Closing this issue.

In response to [this](https://github.com/kubeflow/pipelines/issues/10457#issuecomment-1977576827): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.