[Self-Hosted][Docs] Update reference architectures to include AWS specific ELB timeouts #13482
Labels
meta: stale
This issue/PR is stale and will be closed soon
self-hosted: eks
Self hosted support for AWS EKS
Is your feature request related to a problem? Please describe
The default Classic load balancer behavior has a very short timeout that terminates the SSH session if left idle.
Describe the behaviour you'd like
Add instructions on how to use the customization of services with annotations to include:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "1800"
To the proxy service in cases where one is not using the ALB/NLB documentation. This should also be added to our corresponding testing infrastructure terraform
The text was updated successfully, but these errors were encountered: