kubernetes-sigs/aws-load-balancer-controller
Make `leaseDurationSeconds` of a lease owned by AWS Load Balancer Controller configurable
Offen
#3.823 geöffnet am 27.08.2024
good first issuekind/feature
Repository-Metriken
- Stars
- (4.317 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Is your feature request related to a problem?
Yes, sometimes the default lease duration time of 15s of the lease aws-load-balancer-controller-leader is too high.
Describe the solution you'd like
I would like to configure the leaseDurationSeconds of a lease owned by AWS Load Balancer Controller.
Describe alternatives you've considered Controller-runtime already provides a way of configuring LeaseTime of a Lease in here.