Files
magnum-capi-helm/releasenotes/notes/autoscaling-all-worker-groups-8c7a07d0f56ac2ca.yaml
sd109 2300100462 Allow autoscaling of non-default node groups
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
2024-05-28 10:52:12 +01:00

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.