kubernetes-sigs/aws-load-balancer-controller

Make `leaseDurationSeconds` of a lease owned by AWS Load Balancer Controller configurable

Aperta

#3823 aperta il 27 ago 2024

 (3 commenti) (3 reazioni) (0 assegnatari)Go (1644 fork)auto 404
good first issuekind/feature

Metriche repository

Star
 (4317 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor