katib icon indicating copy to clipboard operation
katib copied to clipboard

Katib-DB-Manager is not automatically creating katib database in external mysql DB

Open moorthy156 opened this issue 2 years ago • 1 comments

/kind bug

What steps did you take and what happened: When we point Katib-DB-manager to AWS RDS MySql Database, it is not automatically creating katib database automatically like pipeline/metadata pods

What did you expect to happen: katib-db-manager to automatically create database in RDS mysql (external-db)

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Katib version (check the Katib controller image version): 0.14.0
  • Kubernetes version: (kubectl version): 1.22
  • OS (uname -a):

Impacted by this bug? Give it a 👍 We prioritize the issues with the most 👍

moorthy156 avatar Oct 05 '22 15:10 moorthy156

https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/components/mysql/mysql.yaml#L37 For mysql docker image, MYSQL_DATABASE var value will be automatically created during image startup. See https://hub.docker.com/_/mysql/

For AWS-RDS, I am not sure if there is a way to create DB by default. Else, you have to create it by yourself.

johnugeorge avatar Oct 05 '22 16:10 johnugeorge

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.

github-actions[bot] avatar Aug 24 '23 20:08 github-actions[bot]

This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.

github-actions[bot] avatar Sep 14 '23 00:09 github-actions[bot]