kubernetes-sigs/aws-load-balancer-controller

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

开放

#3,823 创建于 2024年8月27日

 (3 条评论) (3 个反应) (0 位负责人)Go (1,644 个派生)auto 404
good first issuekind/feature

仓库指标

星标
 (4,317 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南