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