Nodepools
SKS Nodepool
Properties
| Property | Type | Required | Description |
|---|---|---|---|
addons | array[string] | no | Nodepool addons |
anti-affinity-groups | array[object] | no | Nodepool Anti-affinity Groups schema details |
created-at | string | no | Nodepool creation date |
deploy-target | object | no | Deploy target schema details |
description | string | no | Nodepool description |
disk-size | integer | no | Nodepool instances disk size in GiB |
id | string | no | Nodepool ID |
instance-pool | object | no | Instance Pool schema details |
instance-prefix | string | no | The instances created by the Nodepool will be prefixed with this value (default: pool) |
instance-type | object | no | Compute instance type schema details |
kubelet-image-gc | object | no | Kubelet image GC options schema details |
labels | object | no | |
name | string | no | Nodepool name |
private-networks | array[object] | no | Nodepool Private Networks schema details |
public-ip-assignment | string | no | Nodepool public IP assignment of the Instances: * IPv4 (inet4) addressing only; * IPv4 and IPv6 (dual) addressing. |
security-groups | array[object] | no | Nodepool Security Groups schema details |
size | integer | no | Number of instances |
state | string | no | Nodepool state |
taints | object | no | |
template | object | no | Instance template schema details |
version | string | no | Nodepool version |
Last updated on