File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ kconnect use eks [flags]
52
52
53
53
``` bash
54
54
-a, --alias string Friendly name to give to give the connection
55
+ --assume-role-arn string ARN of the AWS role to be assumed
55
56
--aws-shared-credentials-file string Location to store AWS credentials file
56
57
-c, --cluster-id string Id of the cluster to use.
57
58
-h, --help help for eks
@@ -65,7 +66,7 @@ kconnect use eks [flags]
65
66
--password string The password to use for authentication
66
67
--region string AWS region to connect to
67
68
--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
69
70
--role-filter string A filter to apply to the roles list, e.g. ' EKS' will only show roles that contain EKS in the name
70
71
--set-current Sets the current context in the kubeconfig to the selected cluster (default true)
71
72
--username string The username used for authentication
You can’t perform that action at this time.
0 commit comments