Update a node group in a cluster
PATCH/core/clusters/:cluster_id/node-groups/:node_group_id
Updates the minimum and maximum worker node limits for an existing node group in a Kubernetes cluster. These boundaries define the range within which the node group can be scaled. Add firewall rules to all worker nodes within the node group using the firewall_ids parameter.
By default, min_count and max_count are both set to the number of worker nodes initially deployed in the node group. For example, if a node group is created with 2 worker nodes, both min_count and max_count default to 2.
Manual scaling
These limits apply only to autoscaling operations. Manual addition or removal of worker nodes beyond min_count and max_count is not restricted by this API.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Success
Bad Request
Unauthorized
Not Found
Conflict
Internal Server Error
Was this page helpful?