exo compute sks nodepool update
Description
This command updates an SKS Nodepool.
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 update CLUSTER-NAME|ID NODEPOOL-NAME|ID [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 update | 
| --instance-prefix | string to prefix Nodepool member names with | 
| --instance-type | Nodepool Compute instances type | 
| --label | Nodepool label (format: KEY=VALUE, can be repeated multiple times) | 
| --name | Nodepool name | 
| --private-network | Nodepool Private Network NAME|ID (can be specified multiple times) | 
| --security-group | Nodepool Security Group NAME|ID (can be specified multiple times) | 
| --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