You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster-autoscaler/cloudprovider/clusterapi/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,13 @@ There are two annotations that control how a cluster resource should be scaled:
186
186
The autoscaler will monitor any `MachineSet`, `MachineDeployment`, or `MachinePool` containing
187
187
both of these annotations.
188
188
189
+
> Note: The cluster autoscaler does not enforce the node group sizes. If a node group is
190
+
> below the minimum number of nodes, or above the maximum number of nodes, the cluster
191
+
> autoscaler will not scale that node group up or down. The cluster autoscaler can be configured
192
+
> to enforce the minimum node group size by enabling the `--enforce-node-group-min-size` flag.
193
+
> Please see [this entry in the Cluster Autoscaler FAQ](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#my-cluster-is-below-minimum--above-maximum-number-of-nodes-but-ca-did-not-fix-that-why)
194
+
> for more information.
195
+
189
196
> Note: `MachinePool` support in cluster-autoscaler requires a provider implementation
190
197
> that supports the new "MachinePool Machines" feature. MachinePools in Cluster API are
191
198
> considered an [experimental feature](https://cluster-api.sigs.k8s.io/tasks/experimental-features/experimental-features.html#active-experimental-features) and are not enabled by default.
0 commit comments