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: docs/guides/environment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,23 @@ This variable is required except for EKS cluster. This needs to be specified if
19
19
20
20
**Type:***string*
21
21
22
-
**Default:***Inferred from IMDS metadata*
22
+
**Default:***Inferred from IMDS metadata or CLUSTER_NAME*
23
23
24
-
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the VPC of the cluster. This needs to be specified if IMDS is not available.
24
+
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the VPC of the cluster.
25
25
26
26
---
27
27
28
28
#### `AWS_ACCOUNT_ID`
29
29
30
30
**Type:***string*
31
31
32
-
**Default:***Inferred from IMDS metadata*
32
+
**Default:***Inferred from IMDS metadata or AWS STS GetCallerIdentity API*
33
33
34
-
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the AWS account. This needs to be specified if IMDS is not available.
34
+
When running AWS Gateway API Controller outside the Kubernetes Cluster, this specifies the AWS account.
0 commit comments