-
Notifications
You must be signed in to change notification settings - Fork 48
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
Cannot get MLMD objects from Metadata store. #187
Comments
Hi @xwt-ml, have you found any solution ? I saw on the kubeflow github that it should be fixed with kubeflow 1.9.0, but deployKF seem to not be able to upgrade kubeflow version. |
I downgraded the kfp to use 1.8.22. Have not found a solution to work with kfp 2.0. |
@xwt-ml @haiminh2001 can you please try restarting the I see from others that there is some kind of race condition on that pod which causes this error. Run the following command to do the restart: kubectl rollout restart deployment/metadata-envoy-deployment --namespace kubeflow |
Assuming that restarting that Pod fixes it, I have made a PR to add a livenessProbe which will do it automatically: |
I also saw that issue yesterday from charmed kubeflow, I did restart the deployment and now it worked. But I am not 100% sure that restarting did the trick because I was applying other changes too. But adding probes can only benefit so I think you should definitely add the probes. |
I restarted |
Checks
deployKF Version
0.1.5
Kubernetes Distribution
EKS
Kubernetes Version
Description
A simple "hello world" example cannot be started successfully in the kubeflow pipeline with kfp v2.
The following error message keeps showing
Cannot get MLMD objects from Metadata store.
This issue is related to kubeflow/pipelines#8733 and kubeflow/pipelines#8733.
Relevant Logs
No response
deployKF Values (Optional)
No response
The text was updated successfully, but these errors were encountered: