Skip to content

Commit cf00b14

Browse files
authored
Merge pull request #48686 from kunalbabre/patch-2
Max instead of Min
2 parents 08882fc + bb97abc commit cf00b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/windows-node-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ The master nodes (the control plane) in an AKS cluster are hosted by AKS the ser
4949

5050
AKS clusters with Windows node pools must use the Azure CNI (advanced) networking model. Kubenet (basic) networking is not supported. For more information on the differences in network models, see [Network concepts for applications in AKS][azure-network-models]. - The Azure CNI network model requires additional planning and considerations for IP address management. For more information on how to plan and implement Azure CNI, see [Configure Azure CNI networking in AKS][configure-azure-cni].
5151

52-
## Can I change the min. # of pods per node?
52+
## Can I change the max. # of pods per node?
5353

54-
It is currently a requirement to be set to a minimum of 30 pods to ensure the reliability of your clusters.
54+
It is currently a requirement to be set to a maximum of 30 pods to ensure the reliability of your clusters.
5555

5656
## How do patch my Windows nodes?
5757

0 commit comments

Comments
 (0)