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
When deploying the operator using Helm there is no configurable option to disable the leader election process. This should be disabled when running the operator as a single pod, there is no need to check for leader election in this state.
Suggested Solution (optional)
There are a couple of ways to do this:
Add Helm config to disable leader election if .Values.manager.replicas == 1
or
Add a .Values.manager.leaderelection and allow users to pass in true/false to disable if it's not needed.
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
Feature Description
When deploying the operator using Helm there is no configurable option to disable the leader election process. This should be disabled when running the operator as a single pod, there is no need to check for leader election in this state.
Suggested Solution (optional)
There are a couple of ways to do this:
Add Helm config to disable leader election if
.Values.manager.replicas == 1
or
Add a
.Values.manager.leaderelection
and allow users to pass in true/false to disable if it's not needed.Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: