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
9 lines
369 B
YAML
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.
|