Skip to content

Commit 283e467

Browse files
committed
feat(readme): add leader-election-lease-duration flag
Signed-off-by: gjbravi <[email protected]>
1 parent cc37027 commit 283e467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deploy/configurations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Currently, you can set only 1 namespace to watch in this flag. See [this Kuberne
9797
| kubeconfig | string | in-cluster config | Path to the kubeconfig file containing authorization and API server information |
9898
| leader-election-id | string | aws-load-balancer-controller-leader | Name of the leader election ID to use for this controller |
9999
| leader-election-namespace | string | | Name of the leader election ID to use for this controller |
100+
| leader-election-lease-duration | duration | 15s | The duration that non-leader candidates will wait to force acquire leadership. |
100101
| load-balancer-class | string | service.k8s.aws/nlb | Name of the load balancer class specified in service `spec.loadBalancerClass` reconciled by this controller |
101102
| log-level | string | info | Set the controller log level - info, debug |
102103
| metrics-bind-addr | string | :8080 | The address the metric endpoint binds to |

0 commit comments

Comments
 (0)