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, .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) |
--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 "exo output –help" for more information |
--output-template | Template to use if output format is "text" |
--quiet, -Q | Quiet mode (disable non-essential command output) |
--use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] |
Related Commands
- nodepool - Manage SKS cluster Nodepools