Skip to content

Commit 451960f

Browse files
authored
update documentation for preserve client IP attribute (#1798)
1 parent 3807a2d commit 451960f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/service/annotations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@ for proxy protocol v2 configuration.
105105
```
106106
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: deregistration_delay.connection_termination.enabled=true
107107
```
108+
- enable [client IP preservation](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation)
109+
```
110+
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: preserve_client_ip.enabled=true
111+
```

0 commit comments

Comments
 (0)