2300100462
This change allows min/max node counts for all node groups to be passed through to the Cluster API Helm values so that the autoscaler will handle them correctly. It also adds some additional validation of node counts during node group creation. Change-Id: I3f6ea5faefdd9affa2aad89dda7d70bbc890f970
11 lines
508 B
YAML
11 lines
508 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for autoscaling of non-default worker node groups. The min/max
|
|
node count properties on each node group are passed to the autoscaler to
|
|
determine autoscaling behaviour. If the target cluster has the
|
|
`auto_scaling_enabled` cluster label set to `true` then any node groups with
|
|
both `min_node_count`` and `max_node_count` properties set will be allowed
|
|
to autoscale between these min and max node counts depending on the cluster's
|
|
current workload.
|