ncloud_nks_create_node_pool
Create a node pool in an NKS cluster with options for autoscaling, labels, taints, and dry-run preview. Specify cluster UUID, name, and node count or autoscale settings.
Instructions
Create a new node pool in an NKS cluster. Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Node pool name | |
| dryRun | No | If true, preview only | |
| labels | No | Node labels | |
| taints | No | Node taints | |
| zoneCode | No | Zone code (required for Regional clusters) | |
| autoscale | No | Autoscale configuration | |
| nodeCount | No | Number of nodes (required if autoscale not set) | |
| clusterUuid | Yes | UUID of the cluster | |
| storageSize | No | Storage size in GB (KVM, 100-2000) | |
| serverRoleId | No | IAM server role ID | |
| softwareCode | No | Server image code | |
| serverSpecCode | No | Server spec code (KVM) |