ncloud_nks_upgrade_node_pool
Upgrade the Kubernetes version of a node pool in a Naver Cloud cluster, controlling rolling update with maxSurge and maxUnavailable.
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) |