cloud-provider-aws icon indicating copy to clipboard operation
cloud-provider-aws copied to clipboard

Add Idle Timeout support for NLB

Open JoelSpeed opened this issue 1 year ago • 2 comments

What would you like to be added:

AWS recently announced the ability to configure the NLB TCP Idle Timeout. Up until now the default value has been 350 seconds, but for ELBs the default is 60 seconds, and is also configurable using the service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout annotation.

We should extend the annotation implementation so that it also works for the NLB implementation of EnsureLoadBalancer to gain access to this new functionality from AWS.

Why is this needed:

Support new features from AWS, improve consistency between ELB and NLB implementations.

/kind feature

JoelSpeed avatar Sep 17 '24 09:09 JoelSpeed

/triage accepted

kmala avatar Sep 23 '24 02:09 kmala

This issue has not been updated in over 1 year, and should be re-triaged.

You can:

  • Confirm that this issue is still relevant with /triage accepted (org members only)
  • Close this issue with /close

For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/

/remove-triage accepted

k8s-triage-robot avatar Sep 23 '25 02:09 k8s-triage-robot