Skip to content

Commit cf56fa7

Browse files
authored
update service annotation doc (#1746)
provide example to enable NLB connection termination on deregistration feature
1 parent 66ae622 commit cf56fa7

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
@@ -101,3 +101,7 @@ for proxy protocol v2 configuration.
101101
```
102102
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: proxy_protocol_v2.enabled=true
103103
```
104+
- enable connection termination on deregistration
105+
```
106+
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: deregistration_delay.connection_termination.enabled=true
107+
```

0 commit comments

Comments
 (0)