resize_node_pool
Change the node count of a GKE node pool to scale cluster capacity up or down based on current needs.
Instructions
Resize a node pool in a GKE cluster.
Args:
project_id: The ID of the GCP project
cluster_name: The name of the GKE cluster
location: The location (region or zone) of the cluster
node_pool_name: The name of the node pool to resize
node_count: The new node count for the pool
Returns:
Result of the node pool resize operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | ||
| node_count | Yes | ||
| project_id | Yes | ||
| cluster_name | Yes | ||
| node_pool_name | Yes |