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
Would it be possible to add a way to disable the leader election in the controller deployment?
Why is this needed?
It seems that leader election is set, even with a replica 1. It uses leases rights, and theses rights are not allowed in our Kubernetes for securities reasons. We'd like to be able to disable the Leader election
Describe the solution you would like
Add:
{{- if .Values.controller.leaderElection.enable }}
{{- end }}
In the Controller deployment to be able to disable the leader elections in the values.yaml
Describe alternatives you have considered
We could also use a value for "--leader-election=true"
Additional context
No response
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered:
What feature you would like to be added?
Hello,
Would it be possible to add a way to disable the leader election in the controller deployment?
Why is this needed?
It seems that leader election is set, even with a replica 1. It uses leases rights, and theses rights are not allowed in our Kubernetes for securities reasons. We'd like to be able to disable the Leader election
Describe the solution you would like
Add:
{{- if .Values.controller.leaderElection.enable }}
{{- end }}
In the Controller deployment to be able to disable the leader elections in the values.yaml
Describe alternatives you have considered
We could also use a value for "--leader-election=true"
Additional context
No response
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered: