get_k8s_nodepool
Fetch detailed configuration of a Kubernetes node pool, including node count, hardware, autoscaling bounds, LANs, labels, annotations, and available upgrade versions before updating.
Instructions
Get details of a specific Kubernetes node pool: node count, node hardware, autoscaling bounds, attached LANs, labels and annotations. Read this before calling update_k8s_nodepool with lans, labels, annotations or public_ips, since each of those replaces the whole list. availableUpgradeVersions lists the versions the pool can move to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | nesting depth of returned objects (0-5, default 1 for list operations) | |
| nodepool_id | Yes | the ID of the Kubernetes node pool | |
| k8s_cluster_id | Yes | the ID of the Kubernetes cluster |