-
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
fix(backend): Upgrade mysql to 8.0.26 #8351
Conversation
Looks like MLMD is not able to connect to DB. I am wondering if we need to update https://github.com/kubeflow/pipelines/blob/master/manifests/kustomize/base/metadata/overlays/db/metadata-db-deployment.yaml#L24 as well. |
Looking closer: It seems that we need to set MLMD DB connection properly in pipelines/test/manifests/dev/kustomization.yaml Lines 13 to 16 in 0a9cf22
|
/retest |
/assign @chensun |
/test kubeflow-pipeline-e2e-test |
/unhold |
/retest |
/lgtm Thanks @gkcalat ! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test kubeflow-pipeline-mkp-test |
* Upgrade mysql to 8.0-debian * Downgrade to mysql-8.0.26 to fix mlmd authentication issue * Fix cloudbuilds * Fix gcp marketplace manifests * Cleaning up mysql password from yaml * Improve comments
Description of your changes:
Upgrading MySQL to 8.0-debian. Reasons:
This issue is related to GoogleCloudPlatform/kubeflow-distribution/issues/391.
Checklist: