-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support not starting SecretStore Reconcilers #4625
Description
Is your feature request related to a problem? Please describe.
While SecretStore/ClusterSecretStore reconcilers are useful to provide general SecretStore statuses, their effectiveness on very constrained environment is low. From a practical point of view, there is a need to run SecretStore reconcilers only if we have flood-gate mechanism enabled (which is the default).
However, when that's not the case, we should allow users to opt out of SecretStores reconcilers altogether
Describe the solution you'd like
Feature Flag to disable SecretStore reconcilers
Describe alternatives you've considered
Similar approach could be possible by leveraging controller Classes, but it would only reduce CPU time instead of effectively removing the reconciler footprint.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status