Skip to content

Commit 3bbfb9d

Browse files
authored
Merge pull request #3682 from ChuksGrinage/doc-add-kat-documentation
[DOC] add KAT documentation
2 parents f63a5bc + 1e567b8 commit 3bbfb9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/ingress/annotations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
851851
```
852852
alb.ingress.kubernetes.io/load-balancer-attributes: idle_timeout.timeout_seconds=600
853853
```
854+
- set client_keep_alive to 3600 seconds
855+
```
856+
alb.ingress.kubernetes.io/load-balancer-attributes: client_keep_alive.seconds=3600
857+
```
854858
- enable [connection logs](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-connection-logs.html)
855859
```
856860
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

0 commit comments

Comments
 (0)