Skip to content

Commit 9a88cb1

Browse files
author
Mikkel Mork Hegnhoj
authored
Clarify maxPods setting and impact.
This [PR](#48686) introduced an unfortunate misunderstanding of the maxPods(https://docs.microsoft.com/en-us/rest/api/aks/agentpools/get#agentpool) setting. This limitation is tied to the concepts described [here](https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni#maximum-pods-per-node)
1 parent f8ba12d commit 9a88cb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/windows-node-limitations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ AKS clusters with Windows node pools must use the Azure CNI (advanced) networkin
5050

5151
## Can I change the max. # of pods per node?
5252

53-
It is currently a requirement to be set to a maximum of 30 pods to ensure the reliability of your clusters.
53+
Yes, take a look here on the implications and options available: [Maximum number of pods][maximum-number-of-pods].
5454

5555
## How do patch my Windows nodes?
5656

@@ -118,3 +118,4 @@ To get started with Windows Server containers in AKS, [create a node pool that r
118118
[nodepool-limitations]: use-multiple-node-pools.md#limitations
119119
[preview-support]: support-policies.md#preview-features-or-feature-flags
120120
[windows-container-compat]: /virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2019%2Cwindows-10-1909
121+
[maximum-number-of-pods]: configure-azure-cni.md#maximum-pods-per-node

0 commit comments

Comments
 (0)