update_kubernetes_node_pool
Modify a Kubernetes cluster node pool configuration to adjust node count, enable auto-scaling, update tags, or change labels using cluster and node pool identifiers.
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 |
---|---|---|---|
auto_scaler | No | ||
cluster_identifier | Yes | ||
labels | No | ||
max_nodes | No | ||
min_nodes | No | ||
node_quantity | No | ||
nodepool_identifier | Yes | ||
tag | No |