-
Notifications
You must be signed in to change notification settings - Fork 443
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
Support postgres as a katib db #1921
Support postgres as a katib db #1921
Conversation
/assign @johnugeorge @andreyvelich |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing this great feature! @anencore94
It looks good to me about core logic!
Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
- split openconnection to common packages - add unit test for postgres db
…b.com/anencore94/katib into feature/postgres-for-katib-backend-db
Should we keep add postgres support as a separate Kustomization file similar to katib-standalone? https://github.com/kubeflow/katib/tree/master/manifests/v1beta1/installs It is good to add this in GitHub actions. In that case, We have to add an extra option in the setup script to take db manager backend(mysql, postgres) What do you think? |
Yeap, I also think that looks more safe to use both Database :)
|
Yes. Correct. |
@johnugeorge Ok, I'll add that feature with this PR. Thanks for your comments :) |
@anencore94 I see. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! @anencore94
I'm looking forward to releasing this feature!
I left a few comments.
manifests/v1beta1/installs/katib-standalone-postgres/kustomization.yaml
Outdated
Show resolved
Hide resolved
@kubeflow/wg-automl-leads Can you re-kick fail GH-Action Jobs? |
Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
@tenzen-y Thanks for your detailed reviews :) I applied your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating PR! @anencore94
/lgtm
Great work. |
Absolutely agree. I'll add such feature to katib-controller as a follow-up PR. @johnugeorge |
Thanks |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anencore94, johnugeorge 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 |
@anencore94 |
@tenzen-y Sure, Thanks for checking :) |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #915
Checklist: