Provide the manifest combination to install Katib with Kubeflow and with external DB
See original GitHub issue/kind feature
Describe the solution you’d like [A clear and concise description of what you want to happen.] It would be great if there is an option to install Katib with Kubeflow and with external DB.
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.] My setup consists of Katib in Kubeflow v1.3 and using RDS as the external DB.
I can’t use the katib-external-db
install option as it brings in Namespace
and katib-cert-generator
. So I use the katib-with-kubeflow install option and the katib-db-manager patch.. As I also have a local patch, I can’t use the upstream patch file as a patch along with my local patch - patchesStrategicMerge
throws an error. So I need to copy the contents of installs/katib-external-db/patches/db-manager.yaml
in my local patch to make it work.
Having the option to install Katib with Kubeflow and with external DB will be helpful in such setup. Thanks 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
I also think it would be nice to support various external DB.
This issue has been automatically closed because it has not had recent activity. Please comment “/reopen” to reopen it.