File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,17 @@ kubetest2 \
4646- ` --ami ` - AMI ID for nodes
4747- ` --nodes ` - number of nodes
4848- ` --region ` - AWS region
49+ - ` --config-file ` - Path to eksctl config file (** if provided, other flags are ignored** )
50+ - ` --availability-zones ` - Node availability zones
51+ - ` --ami-family ` - AMI family to use: ` AmazonLinux2023 ` | ` Bottlerocket `
52+ - ` --efa-enabled ` - Enable Elastic Fabric Adapter for the nodegroup
53+ - ` --volume-size ` - Size of the node root volume in GB
54+ - ` --private-networking ` - Use private networking for nodes
55+ - ` --with-oidc ` - Enable OIDC provider for IAM roles for service accounts
56+ - ` --deploy-target ` - The target to deploy: ` cluster ` | ` nodegroup ` (defaults to ` cluster ` )
57+ - ` --cluster-name ` - Name of the EKS cluster (defaults to RunID if not specified)
58+ - ` --unmanaged-nodegroup ` - Use unmanaged nodegroup instead of managed nodegroup
59+ - ` --nodegroup-name ` - Name of the nodegroup (defaults to ` ng-1 ` )
4960
5061---
5162
You can’t perform that action at this time.
0 commit comments