-
Notifications
You must be signed in to change notification settings - Fork 455
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
chore: supporting the listen-address parameter on db-manager #2465
chore: supporting the listen-address parameter on db-manager #2465
Conversation
6f678ba
to
61be78f
Compare
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.
Thank you for making the address customizable.
This looks great to me.
/approve
/rerun-all
@kubeflow/wg-automl-leads How about this improvement?
/rerun-all |
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.
/lgtm
/rerun-all |
3 similar comments
/rerun-all |
/rerun-all |
/rerun-all |
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.
Thank you for this contribution @caiofralmeida 🎉
@kubeflow/wg-automl-leads @caiofralmeida @Electronic-Waste @helenxie-bit Don't we want to use env variable to configure all settings for Katib DB Manager for now ?
Ideally, we should migrate to the Katib Config, but it could be done in the future.
The problem is that we have a few settings for Katib DB manager that need to configured via envs: https://www.kubeflow.org/docs/components/katib/user-guides/env-variables/#katib-db-manager
@andreyvelich thanks for the heads up. I can implement the listen-address configuration as an environment variable as well (in another PR) what do you think? We just need to define which of the settings should take precedence. |
I would suggest that we migrate all Katib DB manager args to the envs as part of this PR: |
@andreyvelich I agree with refactoring ARGs to environment variables, but I think that making this change in this PR will generate a braking change. I would feel more comfortable if we already had a way to override the listen address (through args) remove an impediment on our side and implement the PR by refactoring all args to environment variables, already doing the necessary tests, and declaring that ARGs will no longer be supported. |
Actually, it is a great point @caiofralmeida, I agree with you! |
/rerun-all |
Nice, I'm going to create a tracking issue right now. Thanks! |
@caiofralmeida Please can you re-push your commit to trigger GitHub actions ? |
Signed-off-by: Caio Almeida <[email protected]>
61be78f
to
c2a200e
Compare
For sure, done @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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich, Electronic-Waste, tenzen-y 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 |
@andreyvelich I've created the issue. I have not found any template that fits the intention of the issue. |
What this PR does / why we need it: I would like to be able to pass a different listen-address to handle other ports or even ipv6.
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 #
Checklist: