Skip to content

Commit e9845db

Browse files
authored
clarify update
1 parent 8d88169 commit e9845db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ az aks update \
9494

9595
The above example updates cluster autoscaler on the single node pool in *myAKSCluster* to a minimum of *1* and maximum of *5* nodes.
9696

97-
The cluster autoscaler will make its scaling decisions based on the minimum and maximum counts set on each node pool, but it does not enforce them. For example, setting a min-count of 5 when the current node count is 3 will not immediately scale the pool up to 5. If you change the minimum count on the node pool to a value higher than the current number of nodes, this new limit will be respected when there are unschedulable pods present that would require new nodes and trigger an autoscaler event.
98-
9997
> [!NOTE]
100-
> You can't set a higher minimum node count than is currently set for the node pool. For example, if you currently have min count set to *1*, you can't update the min count to *3*.
98+
The cluster autoscaler will make its scaling decisions based on the minimum and maximum counts set on each node pool, but it does not enforce them. For example, setting a min-count of 5 when the current node count is 3 will not immediately scale the pool up to 5. If you change the minimum count on the node pool to a value higher than the current number of nodes, this new limit will be respected when there are enough unschedulable pods present that would require 2 new additional nodes and trigger an autoscaler event. After this occurs, the new minimum count limit will be respected for the cluster autoscaler.
10199

102100
Monitor the performance of your applications and services, and adjust the cluster autoscaler node counts to match the required performance.
103101

0 commit comments

Comments
 (0)