You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How did you deploy Kubeflow Pipelines (KFP)?
local deployment
Kubeflow manifest 1.9.1
k8s version:1.30.3
deployed multi-user version kuebflow with the kustomization file in the example folder.
all images are replaced with images from local storage
GKE disabled
KFP version:
kubeflow pipeline 2.3.0
Steps to reproduce
checked the kustomization file to see which version of pipeline i deployed
Environment
How did you deploy Kubeflow Pipelines (KFP)?
local deployment
Kubeflow manifest 1.9.1
k8s version:1.30.3
deployed multi-user version kuebflow with the kustomization file in the example folder.
all images are replaced with images from local storage
GKE disabled
KFP version:
kubeflow pipeline 2.3.0
Steps to reproduce
click pipeline-experiment in the kubeflow UI, then click an experiment, and click compare,it says failed to get associated experiment
Then with F12, in pipeline-experiment page, when click any experiment or try compare,the result as follow
it says"List experiments failed: Failed to authorize with API: Invalid input error: An experiment cannot have an empty namespace in multi-user mode"
which is refer to the content in the file/backend/src/apiserver/server/experiment_server.go
https://github.com/kubeflow/pipelines/blob/58b2d8d721378fca4f35079f2aaaed92ad6bd36f/backend/src/apiserver/server/experiment_server.go#L342C1-L343C1
4.check if experiment have namespace
All the kubeflow pods are running fine
Also,I want to know if anyone else encountered the same problem or only me.
Expected result
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: