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
@@ -212,6 +212,8 @@ The default values set by the application itself can be confirmed [here](https:/
212
212
|`ingressClassParams.spec`| IngressClassParams defined ingress specifications | {} |
213
213
|`region`| The AWS region for the kubernetes cluster | None |
214
214
|`vpcId`| The VPC ID for the Kubernetes cluster | None |
215
+
|`vpcTags`| Tag of VPC for kubernetes cluster. This is alternative to vpcId, set this manually when your pods are unable to use the metadata service to determine this automatically | None |
216
+
|`vpcTagKey`| Set the name of the tag used for VPC identification, set if it differts from "Name" | None |
215
217
|`awsApiEndpoints`| Custom AWS API Endpoints | None |
216
218
|`awsApiThrottle`| Custom AWS API throttle settings | None |
217
219
|`awsMaxRetries`| Maximum retries for AWS APIs | None |
Copy file name to clipboardExpand all lines: helm/aws-load-balancer-controller/values.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,12 @@ region:
161
161
# The VPC ID for the Kubernetes cluster. Set this manually when your pods are unable to use the metadata service to determine this automatically
162
162
vpcId:
163
163
164
+
# Tag of VPC for kubernetes cluster. This is alternative to vpcId, set this manually when your pods are unable to use the metadata service to determine this automatically
165
+
vpcTags:
166
+
167
+
# Set the name of the tag used for VPC identification, set if it differts from "Name"
168
+
vpcTagKey:
169
+
164
170
# Custom AWS API Endpoints (serviceID1=URL1,serviceID2=URL2)
0 commit comments