# exo compute sks nodepool add
### Description

This command adds a Nodepool to an SKS cluster.

Supported output template annotations: .ID, .Name, .Description, .CreationDate, .InstancePoolID, .InstancePrefix, .InstanceType, .Template, .DiskSize, .PublicIPAssignment, .IPv6, .AntiAffinityGroups, .SecurityGroups, .PrivateNetworks, .Version, .Size, .State, .Taints, .Labels, .AddOns, .ImageGCMin, .ImageGcLowThreshold, .ImageGcHighThreshold

```
exo compute sks nodepool add CLUSTER-NAME|ID NODEPOOL-NAME [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--anti-affinity-group` | Nodepool Anti-Affinity Group NAME\|ID (can be specified multiple times) |
|`--deploy-target` | Nodepool Deploy Target NAME\|ID |
|`--description` | Nodepool description |
|`--disk-size` | Nodepool Compute instances disk size |
|`--help, -h` | help for add |
|`--image-gc-high-threshold` | the percent of disk usage after which image garbage collection is always run |
|`--image-gc-low-threshold` | the percent of disk usage after which image garbage collection is never run |
|`--image-gc-min-age` | maximum age an image can be unused before it is garbage collected |
|`--instance-prefix` | string to prefix Nodepool member names with |
|`--instance-type` | Nodepool Compute instances type |
|`--label` | Nodepool label (format: key=value) |
|`--private-network` | Nodepool Private Network NAME\|ID (can be specified multiple times) |
|`--public-ip` | Configures public IP assignment of the Instances (inet4\|dual). (default: inet4) |
|`--security-group` | Nodepool Security Group NAME\|ID (can be specified multiple times) |
|`--size` | Nodepool size |
|`--storage-lvm` | Create nodes with non-standard partitioning for persistent storage |
|`--taint` | Kubernetes taint to apply to Nodepool Nodes (format: KEY=VALUE:EFFECT, can be specified multiple times) |
|`--zone, -z` | SKS cluster zone |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [nodepool]({{< ref "../nodepool">}})	 - Manage SKS cluster Nodepools


