Skip to content

Commit efe7e71

Browse files
authored
Update annotation.md (#1536)
Documentation is suggesting to set a 5 seconds slow_start.duration_seconds but this value is not valid in AWS.
1 parent 1028fa4 commit efe7e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/ingress/annotations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,11 +605,11 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
605605
- <a name="target-group-attributes">`alb.ingress.kubernetes.io/target-group-attributes`</a> specifies [Target Group Attributes](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes) which should be applied to Target Groups.
606606

607607
!!!example
608-
- set the slow start duration to 5 seconds
608+
- set the slow start duration to 30 seconds (available range is 30-900 seconds)
609609
```
610-
alb.ingress.kubernetes.io/target-group-attributes: slow_start.duration_seconds=5
610+
alb.ingress.kubernetes.io/target-group-attributes: slow_start.duration_seconds=30
611611
```
612-
- set the deregistration delay to 30 seconds
612+
- set the deregistration delay to 30 seconds (available range is 0-3600 seconds)
613613
```
614614
alb.ingress.kubernetes.io/target-group-attributes: deregistration_delay.timeout_seconds=30
615615
```

0 commit comments

Comments
 (0)