kubernetes-sigs/aws-load-balancer-controller

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

Aberta

#3.823 aberto em 27 de ago. de 2024

 (3 comentários) (3 reações) (0 responsável)Go (1.644 forks)auto 404
good first issuekind/feature

Métricas do repositório

Stars
 (4.317 estrelas)
Métricas de merge de PR
 (Mesclagem média 14d 12h) (16 fundiu PRs em 30d)

Description

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.

Guia do colaborador