Skip to content

Commit e30318f

Browse files
committed
fixup docs for load-balancer-attributes
There was a space missing between the key and value and this made it unclear what was the key and what was the value.
1 parent b3de777 commit e30318f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/ingress/annotation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,19 +425,19 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
425425
!!!example
426426
- enable access log to s3
427427
```
428-
alb.ingress.kubernetes.io/load-balancer-attributes:access_logs.s3.enabled=true,access_logs.s3.bucket=my-access-log-bucket,access_logs.s3.prefix=my-app
428+
alb.ingress.kubernetes.io/load-balancer-attributes: access_logs.s3.enabled=true,access_logs.s3.bucket=my-access-log-bucket,access_logs.s3.prefix=my-app
429429
```
430430
- enable deletion protection
431431
```
432-
alb.ingress.kubernetes.io/load-balancer-attributes:deletion_protection.enabled=true
432+
alb.ingress.kubernetes.io/load-balancer-attributes: deletion_protection.enabled=true
433433
```
434434
- enable http2 support
435435
```
436-
alb.ingress.kubernetes.io/load-balancer-attributes:routing.http2.enabled=true
436+
alb.ingress.kubernetes.io/load-balancer-attributes: routing.http2.enabled=true
437437
```
438438
- set idle_timeout delay to 600 seconds
439439
```
440-
alb.ingress.kubernetes.io/load-balancer-attributes:idle_timeout.timeout_seconds=600
440+
alb.ingress.kubernetes.io/load-balancer-attributes: idle_timeout.timeout_seconds=600
441441
```
442442

443443
- <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.

0 commit comments

Comments
 (0)