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.
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.
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
]
}
Was this page helpful?