We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ae622 commit cf56fa7Copy full SHA for cf56fa7
docs/guide/service/annotations.md
@@ -101,3 +101,7 @@ for proxy protocol v2 configuration.
101
```
102
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: proxy_protocol_v2.enabled=true
103
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