Skip to content

Commit

Permalink
Merge pull request #3682 from ChuksGrinage/doc-add-kat-documentation
Browse files Browse the repository at this point in the history
[DOC] add KAT documentation
  • Loading branch information
k8s-ci-robot authored May 8, 2024
2 parents f63a5bc + 1e567b8 commit 3bbfb9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/ingress/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bbfb9d

Please sign in to comment.