Skip to main content

Update_ClusterNodeGroup_payload

min_countinteger

Minimum number of worker nodes the node group can scale down to during autoscaling. Defaults to the number of worker nodes initially deployed in the node group.

Possible values: >= 1

max_countinteger

Maximum number of worker nodes the node group can scale up to during autoscaling. Defaults to the number of worker nodes initially deployed in the node group.

Possible values: <= 20

firewall_idsinteger[]

IDs of the firewalls to apply to all nodes in this node group

Update_ClusterNodeGroup_payload
{
"min_count": 0,
"max_count": 0,
"firewall_ids": [
0
]
}