Skip to content

Commit 4b07227

Browse files
committed
round 2 changes
1 parent aedbfad commit 4b07227

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/aks/use-system-pools.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@ The following limitations apply when you create and manage AKS clusters that sup
2525

2626
## System and user node pools
2727

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:
2929

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.
3232
* 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.
3436

3537
You can perform the following operations with node pools:
3638

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.
3840
* Change a user node pool to be a system node pool.
3941
* Delete user node pools.
4042
* 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
165167
[tag-limitation]: ../azure-resource-manager/resource-group-using-tags.md
166168
[taints-tolerations]: operator-best-practices-advanced-scheduler.md#provide-dedicated-nodes-using-taints-and-tolerations
167169
[vm-sizes]: ../virtual-machines/linux/sizes.md
168-
[use-multiple-node-pools]: use-multiple-node-pools.md
170+
[use-multiple-node-pools]: use-multiple-node-pools.md
171+
[maximum-pods]: faq.md#why-cant-i-set-maxpods-below-30

0 commit comments

Comments
 (0)