Skip to content

Commit 20955b3

Browse files
authored
docs: update iam service account creation command (#1795)
Keep the sig doc consistent with documentation from AWS public documentations https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html --override-existing-serviceaccounts flag is required if service account is already in the cluster
1 parent 451960f commit 20955b3

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
@@ -41,6 +41,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
4141
--namespace=kube-system \
4242
--name=aws-load-balancer-controller \
4343
--attach-policy-arn=arn:aws:iam::<AWS_ACCOUNT_ID>:policy/AWSLoadBalancerControllerIAMPolicy \
44+
--override-existing-serviceaccounts \
4445
--approve
4546
```
4647
Setup IAM manually

0 commit comments

Comments
 (0)