From 1e567b8b8f5abfbbe0e62421efaa92988049155b Mon Sep 17 00:00:00 2001 From: Chuks Grinage Date: Wed, 8 May 2024 12:08:52 -0500 Subject: [PATCH] [DOC] add KAT documentation --- docs/guide/ingress/annotations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index e1b035914..fa4ec558b 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -851,6 +851,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo ``` alb.ingress.kubernetes.io/load-balancer-attributes: idle_timeout.timeout_seconds=600 ``` + - set client_keep_alive to 3600 seconds + ``` + alb.ingress.kubernetes.io/load-balancer-attributes: client_keep_alive.seconds=3600 + ``` - enable [connection logs](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-connection-logs.html) ``` alb.ingress.kubernetes.io/load-balancer-attributes: connection_logs.s3.enabled=true,connection_logs.s3.bucket=my-connection-log-bucket,connection_logs.s3.prefix=my-app