-
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
Migrate DB Manager args to be managed by environment variables #2500
Comments
/kind feature |
@tenzen-y could you please assign this issue to me? I would like to implement it :) |
Thank you for your help. Feel free to take this issue with |
/assign |
Thank you for creating this @caiofralmeida! init:
dbManager:
.... We discussed before that we want to have unify config to control all Katib system settings to simplify user experience. I understand that it is more work, but we don't need to rush with the implementation. |
After opening a PR parameterizing the DB manager's
listen-address
via ARGs, @andreyvelich suggested that we standardize all component configurations in environment variables since we have several configurations present, see docs.The idea is to move the
listen-address
andconnect-timeout
arguments to environment variables, update documentation, and make a deprecation notice for the new version.The text was updated successfully, but these errors were encountered: