Skip to content

Commit 8326f30

Browse files
authored
Add "--region" parameter to eksctl CLI (#2227)
* Add region in CLI Add "--region" parameter of eksctl and aws CLI
1 parent 2e67bb6 commit 8326f30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/deploy/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
5353
--name=aws-load-balancer-controller \
5454
--attach-policy-arn=arn:aws:iam::<AWS_ACCOUNT_ID>:policy/AWSLoadBalancerControllerIAMPolicy \
5555
--override-existing-serviceaccounts \
56+
--region <region-code> \
5657
--approve
5758
```
5859
#### Setup IAM manually

0 commit comments

Comments
 (0)