update_kubernetes_node_pool
Modify a Kubernetes node pool configuration in Vultr, including node count, auto-scaling settings, tags, and labels using smart identifier resolution.
Instructions
Update a node pool configuration. Smart identifier resolution: use cluster/node pool labels or UUIDs.
Args: cluster_identifier: The cluster label or ID nodepool_identifier: The node pool label or ID node_quantity: New number of nodes tag: New tag for the node pool auto_scaler: Enable/disable auto-scaling min_nodes: Minimum nodes for auto-scaling max_nodes: Maximum nodes for auto-scaling labels: New map of key/value pairs for nodes
Returns: Update status message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_identifier | Yes | ||
| nodepool_identifier | Yes | ||
| node_quantity | No | ||
| tag | No | ||
| auto_scaler | No | ||
| min_nodes | No | ||
| max_nodes | No | ||
| labels | No |