You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/aws-load-balancer-controller/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -264,3 +264,5 @@ The default values set by the application itself can be confirmed [here](https:/
264
264
|`controllerConfig.featureGates`| set of `key: value` pairs that describe AWS load balance controller features |`{}`|
265
265
|`ingressClassConfig.default`| If `true`, the ingressclass will be the default class of the cluster. |`false`|
266
266
|`enableServiceMutatorWebhook`| If `false`, disable the Service Mutator webhook which makes all new services of type LoadBalancer reconciled by the lb controller |`true`|
267
+
|`autoscaling`| If `autoscaling.enabled=true`, enable the HPA on the controller mainly to survive load induced failure by the calls to the `aws-load-balancer-webhook-service`|`false`|
268
+
|`serviceTargetENISGTags`| set of `key=value` pairs of AWS tags in addition to cluster name for finding the target ENI security group to which to add inbound rules from NLBs | None |
0 commit comments