-
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
[backend] <Cannot get MLMD objects from Metadata store. Cannot find context>(version 1.8.0 and 1.10.0) #11086
Comments
https://github.com/kubeflow/manifests/tree/v1.10-branch is still under development. I recommend use https://github.com/kubeflow/manifests/tree/v1.9-branch or the v1.9.0 tag. |
I'm encountering the same issue, but from installing only Kubeflow Pipelines as detailed here. Will investigate the full installation. |
I have the same problem. |
I solved my issue at last. But I think the following instruction is wrong. I cannot connect to the central dashboard after installing kubeflow according to the above instruction. I succeeded after installing using bellow command. while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done Thanks, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, It is a blocker for us to upgrade to kfp v2. |
@rimolive i can confirm the issue. |
I think if you guys send pods' status in kubeflow and related namespaces (auth, admission-controllee, etc.) and also k8s system pods would help a lot. Because these pods are almost like a chain and each pod depends on another one to work and you must find the broken link. |
Any update on the issue fix? |
I got a pipeline to finish, but there are still errors with ml-metadata CC @kubeflow/release-team |
Environment
Following the guide of https://github.com/kubeflow/manifests/tree/v1.10-branch
v2.2.0
(kfp: 2.4.0
kfp-pipeline-spec: 0.2.2
kfp-server-api: 2.0.3)
Steps to reproduce
Here is a pipeline issue, I try in KubeFlow both v1.8.0 and v1.10.0 ,it both have same issue. I have read relevant issue, and try lots of method, it doesn't work. It seems like MLMD problem?( I don't know is it about database?)
I followed the example to build a simple pipeline, here is the code.
The pipeline.yaml show:
Then, I put the yaml file to pipleline
I create run of pipeline, then I get the result of this "Cannot get MLMD objects from Metadata store.", if click Details, it shows
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: