ncloud_nks_upgrade_node_pool
Upgrade a node pool's Kubernetes version by specifying the target version and instance number. Control availability with max surge and max unavailable settings to minimize disruption.
Instructions
Upgrade the Kubernetes version of a node pool. Uses PATCH with query parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxSurge | No | Max nodes added during upgrade (default: 1) | |
| instanceNo | Yes | Node pool instance number | |
| k8sVersion | Yes | Target Kubernetes version | |
| clusterUuid | Yes | UUID of the cluster | |
| maxUnavailable | No | Max unavailable nodes during upgrade (default: 0) |