kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.9k stars 1.45k forks source link

Why targetgroupbinding-max-exponential-backoff-delay value is 16m40s? #3677

Closed ibalat closed 4 months ago

ibalat commented 4 months ago

Hi, I got a issue at "Pod Readiness Gate does not exist when pod is ready without restart or in 16m" but no any response. Please someone explain that why the targetgroupbinding-max-exponential-backoff-delay config value time is 16m40s? If I decrease it to ~3min, any problem will occur? Otherwise the rollouts are getting too much time

oliviassss commented 4 months ago

@ibalat, hi, we set the default value to 1000s(or 16m40s) is to follow the uptream default: https://github.com/kubernetes/client-go/blob/62f959700d559dd8a33c1f692cb34219cfef930f/util/workqueue/default_rate_limiters.go#L52

closing this ticket for duplicate, let's track in #3622