Skip to content

Commit f93d9a4

Browse files
Merge pull request #273738 from schaffererin/userfeedback250016
Added note about inability to manually scale user nps with CA enabled to zero
2 parents 59eadd2 + 6f0264c commit f93d9a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/scale-cluster.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article describes how to manually increase or decrease the number of nodes
2626
## Scale the cluster nodes
2727

2828
> [!IMPORTANT]
29-
> Removing nodes from a node pool using the kubectl command is not supported. Doing so can create scaling issues with your AKS cluster.
29+
> Removing nodes from a node pool using the kubectl command isn't supported. Doing so can create scaling issues with your AKS cluster.
3030
3131
### [Azure CLI](#tab/azure-cli)
3232

@@ -139,6 +139,9 @@ This article describes how to manually increase or decrease the number of nodes
139139
140140
Unlike `System` node pools that always require running nodes, `User` node pools allow you to scale to 0. To learn more on the differences between system and user node pools, see [System and user node pools](use-system-pools.md).
141141
142+
> [!IMPORTANT]
143+
> You can't scale a user node pool with the cluster autoscaler enabled to 0 nodes. To scale a user node pool to 0 nodes, you must disable the cluster autoscaler first. For more information, see [Disable the cluster autoscaler on a node pool](./cluster-autoscaler.md#disable-the-cluster-autoscaler-on-a-node-pool).
144+
142145
### [Azure CLI](#tab/azure-cli)
143146
144147
* To scale a user pool to 0, you can use the [az aks nodepool scale][az-aks-nodepool-scale] in alternative to the above `az aks scale` command, and set `0` as your node count.

0 commit comments

Comments
 (0)