feature(leader_election): flag to disable leader election feature on controller (#11064)
This commit is contained in:
parent
a302cc5cca
commit
9b63559cbb
11 changed files with 195 additions and 18 deletions
|
|
@ -100,6 +100,8 @@ type Configuration struct {
|
|||
|
||||
EnableSSLPassthrough bool
|
||||
|
||||
DisableLeaderElection bool
|
||||
|
||||
EnableProfiling bool
|
||||
|
||||
EnableMetrics bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue