Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MVP] Introduce controller's configuration #2

Closed
mikouaj opened this issue Nov 2, 2023 · 1 comment 路 Fixed by #31
Closed

[MVP] Introduce controller's configuration #2

mikouaj opened this issue Nov 2, 2023 · 1 comment 路 Fixed by #31
Assignees
Labels
enhancement New feature or request

Comments

@mikouaj
Copy link
Member

mikouaj commented Nov 2, 2023

Community Note

  • Please vote on this issue by adding a 馃憤 reaction
    to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do
    not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

Introduce configuration object for the controller itself to allow adjusting settings like:

  • k8s client QPS and burst value
  • possibility to disable cert-controller when webhooks are not needed (local run and development)
  • boost manager check interval

The configuration should be specified by an API object and mounted as a file to controller's PODs from the ConfigMap.

References

N/A

@mikouaj mikouaj added the enhancement New feature or request label Nov 2, 2023
@mikouaj mikouaj self-assigned this Feb 8, 2024
@mikouaj
Copy link
Member Author

mikouaj commented Mar 8, 2024

Configuration will be loaded from the env variables instead of the configuration file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant