Skip to content

Commit a11929f

Browse files
Merge pull request #239209 from schaffererin/scaleupnodepoolsquota
Adding link to service quotas and limits doc for more info on node pool limits
2 parents 0578351 + 3bd773e commit a11929f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/aks/scale-cluster.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ ms.date: 03/27/2023
99

1010
If the resource needs of your applications change, your cluster performance may be impacted due to low capacity on CPU, memory, PID space, or disk sizes. To address these changes, you can manually scale your AKS cluster to run a different number of nodes. When you scale down, nodes are carefully [cordoned and drained][kubernetes-drain] to minimize disruption to running applications. When you scale up, AKS waits until nodes are marked **Ready** by the Kubernetes cluster before pods are scheduled on them.
1111

12+
## Before you begin
13+
14+
Review the [AKS service quotas and limits][service-quotas] to ensure your cluster can scale to your desired number of nodes.
15+
1216
## Scale the cluster nodes
1317

1418
> [!NOTE]
@@ -164,3 +168,4 @@ In this article, you manually scaled an AKS cluster to increase or decrease the
164168
[cluster-autoscaler]: cluster-autoscaler.md
165169
[az-aks-nodepool-scale]: /cli/azure/aks/nodepool#az_aks_nodepool_scale
166170
[update-azaksnodepool]: /powershell/module/az.aks/update-azaksnodepool
171+
[service-quotas]: ./quotas-skus-regions.md#service-quotas-and-limits

0 commit comments

Comments
 (0)