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
Copy file name to clipboardExpand all lines: helm/aws-load-balancer-controller/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,7 @@ The default values set by the application itself can be confirmed [here](https:/
250
250
|`globalAcceleratorMaxConcurrentReconciles`| Maximum number of concurrently running reconcile loops for GlobalAccelerator objects | None |
251
251
|`globalAcceleratorMaxExponentialBackoffDelay`| Maximum duration of exponential backoff for GlobalAccelerator reconcile failures | None |
252
252
|`syncPeriod`| Period at which the controller forces the repopulation of its local object stores | None |
253
+
|`leaderElectionLeaseDuration`| The duration that non-leader candidates will wait after observing a leadership renewal until attempting to acquire leadership of a led but unrenewed leader slot. | None |
253
254
|`watchNamespace`| Namespace the controller watches for updates to Kubernetes objects, If empty, all namespaces are watched | None |
254
255
|`disableIngressClassAnnotation`| Disables the usage of kubernetes.io/ingress.class annotation | None |
255
256
|`disableIngressGroupNameAnnotation`| Disables the usage of alb.ingress.kubernetes.io/group.name annotation | None |
# Period at which the controller forces the repopulation of its local object stores. (default 10h0m0s)
292
292
syncPeriod:
293
293
294
+
# The duration that non-leader candidates will wait after observing a leadership renewal until attempting to acquire leadership of a led but unrenewed leader slot.
295
+
leaderElectionLeaseDuration:
296
+
294
297
# Namespace the controller watches for updates to Kubernetes objects, If empty, all namespaces are watched.
"The duration that non-leader candidates will wait after observing a leadership renewal until attempting to acquire leadership of a led but unrenewed leader slot. This is effectively the maximum duration that a leader can be stopped before it is replaced by another candidate. This is only applicable if leader election is enabled.")
0 commit comments