Skip to content

Commit aa54570

Browse files
committed
feat(docs): generate new docs for new assume-role-arn flag
Signed-off-by: Casale, Robert <[email protected]>
1 parent 23ec8e3 commit aa54570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/src/commands/use_eks.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ kconnect use eks [flags]
5252

5353
```bash
5454
-a, --alias string Friendly name to give to give the connection
55+
--assume-role-arn string ARN of the AWS role to be assumed
5556
--aws-shared-credentials-file string Location to store AWS credentials file
5657
-c, --cluster-id string Id of the cluster to use.
5758
-h, --help help for eks
@@ -65,7 +66,7 @@ kconnect use eks [flags]
6566
--password string The password to use for authentication
6667
--region string AWS region to connect to
6768
--region-filter string A regex filter to apply to the AWS regions list, e.g. '^us-|^eu-' will only show US and eu regions
68-
--role-arn string ARN of the AWS role to be assumed
69+
--role-arn string ARN of the AWS role to be logged in with
6970
--role-filter string A filter to apply to the roles list, e.g. 'EKS' will only show roles that contain EKS in the name
7071
--set-current Sets the current context in the kubeconfig to the selected cluster (default true)
7172
--username string The username used for authentication

0 commit comments

Comments
 (0)