Skip to content

Commit 493bb0a

Browse files
authored
doc update for automated target weights (kubernetes-sigs#3496)
1 parent c39f6b6 commit 493bb0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/ingress/annotations.md

+4
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
815815
```
816816
alb.ingress.kubernetes.io/target-group-attributes: load_balancing.algorithm.type=least_outstanding_requests
817817
```
818+
- enable Automated Target Weights(ATW) on HTTP/HTTPS target groups to increase application availability. Set your load balancing algorithm to weighted random and turn on anomaly mitigation (recommended)
819+
```
820+
alb.ingress.kubernetes.io/target-group-attributes: load_balancing.algorithm.type=weighted_random,load_balancing.algorithm.anomaly_mitigation=on
821+
```
818822

819823
## Resource Tags
820824
The AWS Load Balancer Controller automatically applies following tags to the AWS resources (ALB/TargetGroups/SecurityGroups/Listener/ListenerRule) it creates:

0 commit comments

Comments
 (0)