Skip to content

Commit 81b75f1

Browse files
committed
docs: update README with new flags for eksctl deployer
Signed-off-by: Kush Upadhyay <[email protected]>
1 parent 17f9dda commit 81b75f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)