kubernetes-sigs/aws-load-balancer-controller
Make `leaseDurationSeconds` of a lease owned by AWS Load Balancer Controller configurable
开放
#3,823 创建于 2024年8月27日
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.