NodepoolCreateRequestV1Dot5
NodepoolCreateRequestV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| advanced_settings optional | Advanced Settings | any of [NodepoolAdvancedSettings, null] | |
| cluster_id required | Cluster ID Example : 70a599e031e749b7b260868f441e862b | string | |
| custom_image_id optional | Custom Image ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| desired_node_count optional | Desired node count (is_auto_scale = false) Example : 2 | any of [integer, null] | |
| image_os required | Image OS Example : ubuntu | string | |
| image_os_version required | Image OS Version Example : 22.04 | string | |
| is_auto_recovery required | Is Auto Recovery Example : True | boolean | |
| is_auto_scale required | Is Auto Scale Example : True | boolean | |
| keypair_name required | Keypair Name Example : test_keypair | string | |
| kubernetes_version required | Kubernetes Version Example : v1.29.8 | string | |
| labels optional | Labels | any of [array[NodepoolLabel], null] | |
| linked_resources optional | List of linked resources associated with the nodepool | any of [array[LinkedResource], null] | |
| max_node_count optional | Maximum node count (is_auto_scale = true) Example : 5 | any of [integer, null] | |
| min_node_count optional | Minimum node count (is_auto_scale = true) Example : 1 | any of [integer, null] | |
| name required | Nodepool Name Example : sample-nodepoolPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| preferred_ips optional | Preferred IPs Example : 192.168.0.0-192.168.0.255,192.168.99.0 | any of [string, null] | |
| scp_gpu_driver optional | GPU Driver Version Example : ND_570.195.03 | any of [string, null] | |
| server_group_id optional | Server Group ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type_id required | Server Type ID Example : s1v1m2 | string | |
| subnet_id optional | Subnet ID Example : 023c57b14f11483689338d085e061492 | any of [string, null] | |
| taints optional | Taints | any of [array[NodepoolTaint], null] | |
| volume_max_iops optional | Volume Max Iops Example : 5000 | any of [integer, null] | |
| volume_max_throughput optional | Volume Max Throughput Example : 250 | any of [integer, null] | |
| volume_size required | Volume Size Example : 104 | integer | |
| volume_type_name required | Volume Type Name Example : SSD_Provisioned | string | |
| zone optional | Availability zone Example : kr-west1-a | any of [string, null] |