Files
magnum-capi-helm/releasenotes/notes/autoscaling-default-worker-group-751f100603fb3d0a.yaml
Travis Holton f5881c9388 Support autoscaling for the default node group
Similar to the heat driver, this patch means we now respect the cluster labels that specifiy a min and max node count for the default worker group.

Note that (unlike the heat driver) the "current" node count is being ignored here, and the cluster always starts with min_node_count in the default group, if that label has been specified.

Change-Id: Ic0e22efdf2ccb06b19ea713413eb3b6cfc405de4
2024-05-28 10:40:03 +01:00

9 lines
369 B
YAML

---
features:
- |
Adds support for autoscaling of the default worker node group by respecting the
`min_node_count` and `max_node_count` cluster labels. Unlike the Heat driver,
when these labels are provided, the cluster will always start with node count
equal to the minimum node count value and the alternative `node_count` flag will
be ignored.