-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[frontend] The experiment names on the Compare Run page cannot be retrieved #11419
Comments
Temporary fix: I replaced the frontend:2.3.0 image with the frontend:2.2.0 image, and now the experiment in Compare Run is displayed correctly. |
I'm having a similar issue when trying to access
Kubeflow was installed on EKS 1.30 using the manifests from |
@rnuzzo Hi runuzzo, if you are using Kubeflow 1.9.1. You could try to downgrade your frontend:2.3.0 to 2.2.0 it seems they changed the code of fetching run and experiment in 2.3.0. |
Hi @LehmBook, I already tried that without succeeding. Another thing I should say is that I cannot even create experiments from the UI. I suspect that some role/roleBinding is missing in this config. EDIT: Running latest version of kubeflow, so 1.9.1 |
@rnuzzo I deployed the complete kubeflow the manifest file ./example/kustomization.yaml so it might not be helpful to you.
if you need me to check anything else just lmk.
and
im not sure if they are relevant |
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: