Skip to content

Commit 2eb462f

Browse files
authored
Update configurations.md
We received feedback about this page, expressing the need to clarify the controller configuration options content and to direct users to the actual supported Helm chart options.
1 parent ee3fc7a commit 2eb462f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy/configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Controller configuration options
2-
This document covers configuration of the AWS Load Balancer controller
2+
This document primarily covers the runtime configuration options for the AWS Load Balancer Controller. For installation-specific configuration options, see the [Helm chart values documentation](https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller#configuration).
33

44
!!!warning "limitation"
55
The v2.0.0+ version of AWSLoadBalancerController currently only support one controller deployment(with one or multiple replicas) per cluster.
@@ -182,4 +182,4 @@ There are a set of key=value pairs that describe AWS load balancer controller fe
182182
| NLBHealthCheckAdvancedConfiguration | string | true | Enable or disable advanced health check configuration for NLB, for example health check timeout |
183183
| ALBSingleSubnet | string | false | If enabled, controller will allow using only 1 subnet for provisioning ALB, which need to get whitelisted by ELB in advance |
184184
| NLBSecurityGroup | string | true | Enable or disable all NLB security groups actions including frontend sg creation, backend sg creation, and backend sg modifications |
185-
| LBCapacityReservation | string | true | Enable or disable the capacity reservation feature on ALB and NLB
185+
| LBCapacityReservation | string | true | Enable or disable the capacity reservation feature on ALB and NLB

0 commit comments

Comments
 (0)