File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ func main() {
92
92
Host: host,
93
93
MetricsBindAddress: ackCfg.MetricsAddr,
94
94
LeaderElection: ackCfg.EnableLeaderElection,
95
- LeaderElectionID: awsServiceAPIGroup,
95
+ LeaderElectionID: " ack- " + awsServiceAPIGroup,
96
96
Namespace: ackCfg.WatchNamespace,
97
97
LeaderElectionNamespace: ackCfg.LeaderElectionNamespace,
98
98
} )
Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ serviceAccount:
122
122
annotations: { }
123
123
# eks.amazonaws.com/role-arn: arn:aws:iam::AWS_ACCOUNT_ID:role/IAM_ROLE_NAME
124
124
125
- # leader election configurations
125
+ # leaderElection configurations
126
+ # See https://kubernetes.io/docs/concepts/architecture/leases/#leader-election
126
127
leaderElection:
127
128
# Enables controller leader election
128
129
enabled: false
You can’t perform that action at this time.
0 commit comments