Skip to content

Commit 30736bb

Browse files
authored
Merge pull request #641 from gyuho/typo-attributes
docs/ingress-resources.md: fix typo in "load-balancer-attributes"
2 parents cb8d766 + 08690ff commit 30736bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ingress-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ alb.ingress.kubernetes.io/ssl-policy
6060
alb.ingress.kubernetes.io/actions.<ACTION NAME>
6161
```
6262
63-
- **load-balancer-attributes**: Defines [Load Balancer Attributes](http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_LoadBalancerAttribute.html) that should be applied to the ALB. This can be used to enable the S3 access logs feature of the ALB. Example: `alb.ingress.kubernetes.io/attributes: access_logs.s3.enabled=true,access_logs.s3.bucket=my-access-log-bucket`
63+
- **load-balancer-attributes**: Defines [Load Balancer Attributes](http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_LoadBalancerAttribute.html) that should be applied to the ALB. This can be used to enable the S3 access logs feature of the ALB. Example: `alb.ingress.kubernetes.io/load-balancer-attributes: access_logs.s3.enabled=true,access_logs.s3.bucket=my-access-log-bucket`
6464
6565
- **backend-protocol**: Enables selection of protocol for ALB to use to connect to backend service. When omitted, `HTTP` is used.
6666

0 commit comments

Comments
 (0)