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: articles/aks/quotas-skus-regions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Limits for resources, SKUs, regions
2
+
title: Limits for resources, SKUs, and regions in Azure Kubernetes Service (AKS)
3
3
titleSuffix: Azure Kubernetes Service
4
4
description: Learn about the default quotas, restricted node VM SKU sizes, and region availability of the Azure Kubernetes Service (AKS).
5
5
ms.topic: conceptual
6
-
ms.date: 03/25/2021
6
+
ms.date: 03/07/2023
7
7
8
8
---
9
9
# Quotas, virtual machine size restrictions, and region availability in Azure Kubernetes Service (AKS)
@@ -21,7 +21,7 @@ This article details the default resource limits for Azure Kubernetes Service (A
21
21
All other network, compute, and storage limitations apply to the provisioned infrastructure. For the relevant limits, see [Azure subscription and service limits](../azure-resource-manager/management/azure-subscription-service-limits.md).
22
22
23
23
> [!IMPORTANT]
24
-
> When you upgrade an AKS cluster, extra resources are temporarily consumed. These resources include available IP addresses in a virtual network subnet or virtual machine vCPU quota.
24
+
> When you upgrade an AKS cluster, extra resources are temporarily consumed. These resources include available IP addresses in a virtual network subnet or virtual machine vCPU quota.
25
25
>
26
26
> For Windows Server containers, you can perform an upgrade operation to apply the latest node updates. If you don't have the available IP address space or vCPU quota to handle these temporary resources, the cluster upgrade process will fail. For more information on the Windows Server node upgrade process, see [Upgrade a node pool in AKS][nodepool-upgrade].
27
27
@@ -31,9 +31,9 @@ The list of supported VM sizes in AKS is evolving with the release of new VM SKU
31
31
32
32
## Restricted VM sizes
33
33
34
-
VM sizes with less than 2 CPUs may not be used with AKS.
34
+
VM sizes with less than two CPUs may not be used with AKS.
35
35
36
-
Each node in an AKS cluster contains a fixed amount of compute resources such as vCPU and memory. If an AKS node contains insufficient compute resources, pods might fail to run correctly. To ensure the required *kube-system* pods and your applications can be reliably scheduled, AKS requires nodes use VM sizes with at least 2 CPUs.
36
+
Each node in an AKS cluster contains a fixed amount of compute resources such as vCPU and memory. If an AKS node contains insufficient compute resources, pods might fail to run correctly. To ensure the required *kube-system* pods and your applications can be reliably scheduled, AKS requires nodes use VM sizes with at least two CPUs.
37
37
38
38
For more information on VM types and their compute resources, see [Sizes for virtual machines in Azure][vm-skus].
0 commit comments