kubernetes-sigs/cluster-api-provider-aws

Make API Server classic load balancer Idle Timeout configurable by the user

Open

#2.844 geöffnet am 12. Okt. 2021

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (689 Forks)auto 404
help wantedkind/featurelifecycle/staleneeds-triagepriority/important-longterm

Repository-Metriken

Stars
 (723 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

/kind feature

Describe the solution you'd like The default idle timeout is 60s. In #516, we increased it to 10m. As a cluster admin, I may want to increase the timeout even more, e.g., to 60m.

Anything else you would like to add: The Network Load Balancer (NLB) does not have an idle timeout, but it was not a viable alternative last time we looked, which was in 2018 (https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/115#discussion_r220562864). Is NLB viable now?

Contributor Guide