You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default leader election is always on even when the replica is 1, there is no option to disable leader election. This means that API calls to perform leader election are happening all the time when it is never needed with a replica of 1.
the common way this is handled is having a flag to turn it on. Cert-manager does not use leader election by default with a single replica however trust-manager does. This would be good to align trust-manager with the way cert-manager handles it.
The text was updated successfully, but these errors were encountered:
slimm609
changed the title
Feature Require: Add flag to be able to disable leader election
Feature Request: Add flag to be able to disable leader election
Dec 4, 2024
By default leader election is always on even when the replica is 1, there is no option to disable leader election. This means that API calls to perform leader election are happening all the time when it is never needed with a replica of 1.
the common way this is handled is having a flag to turn it on. Cert-manager does not use leader election by default with a single replica however trust-manager does. This would be good to align trust-manager with the way cert-manager handles it.
The text was updated successfully, but these errors were encountered: