Skip to content

Commit 3bd70b6

Browse files
authored
Merge pull request #4119 from tucktuck9/patch-1
Docs: clarify controller configuration and helm options
2 parents 1e2e378 + 2eb462f commit 3bd70b6

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.
@@ -183,4 +183,4 @@ There are a set of key=value pairs that describe AWS load balancer controller fe
183183
| NLBHealthCheckAdvancedConfiguration | string | true | Enable or disable advanced health check configuration for NLB, for example health check timeout |
184184
| ALBSingleSubnet | string | false | If enabled, controller will allow using only 1 subnet for provisioning ALB, which need to get whitelisted by ELB in advance |
185185
| NLBSecurityGroup | string | true | Enable or disable all NLB security groups actions including frontend sg creation, backend sg creation, and backend sg modifications |
186-
| LBCapacityReservation | string | true | Enable or disable the capacity reservation feature on ALB and NLB
186+
| LBCapacityReservation | string | true | Enable or disable the capacity reservation feature on ALB and NLB

0 commit comments

Comments
 (0)