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/use-system-pools.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,18 @@ The following limitations apply when you create and manage AKS clusters that sup
25
25
26
26
## System and user node pools
27
27
28
-
System node pool nodes each have the label **kubernetes.azure.com/mode: system**. Every AKS cluster contains at least one system node pool, and every system node pool contains at least one node. User node pools may contain zero or more nodes. System node pools have the following restrictions:
28
+
System node pool nodes each have the label **kubernetes.azure.com/mode: system**. Every AKS cluster contains at least one system node pool. System node pools have the following restrictions:
29
29
30
-
* System pools contain only Linux nodes, and user node pools may contain Linux or Windows nodes.
31
-
*VM SKUs for Nodes in system node pools must be minimally sized to 2 vCPUs and 4 GB of RAM.
30
+
* System pools osType must be Linux.
31
+
*User node pools osType may be Linux or Windows.
32
32
* System pools must contain at least one node, and user node pools may contain zero or more nodes.
33
-
* You can't use spot node pools for system node pools.
33
+
* System node pools require a VM SKU of at least 2 vCPUd and 4GB memory.
34
+
* System node pools must support at least 30 pods as described by the [minimum and maximum value formula for pods][maximum-pods].
35
+
* Spot node pools require user node pools.
34
36
35
37
You can perform the following operations with node pools:
36
38
37
-
* Change a system node pool to be a user node pool.
39
+
* Change a system node pool to be a user node pool, provided you have another system node pool to take its place in the AKS cluster.
38
40
* Change a user node pool to be a system node pool.
39
41
* Delete user node pools.
40
42
* You can delete system node pools, provided you have another system node pool to take its place in the AKS cluster.
@@ -165,4 +167,5 @@ In this article, you learned how to create and manage system node pools in an AK
0 commit comments