k8s_update_kubernetes_node_pool
Update a Kubernetes node pool's size, tags, labels, or auto-scaling settings by 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 ctx: FastMCP context for resource change notifications 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 |
|---|---|---|---|
| tag | No | ||
| labels | No | ||
| max_nodes | No | ||
| min_nodes | No | ||
| auto_scaler | No | ||
| node_quantity | No | ||
| cluster_identifier | Yes | ||
| nodepool_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||