Skip to content

Commit bb97abc

Browse files
authored
Max instead of Min
Looking at the config ("maxPods": 30), FAQ is supposed to say Max instead of Min
1 parent 143b956 commit bb97abc

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
@@ -52,9 +52,9 @@ The master nodes (the control plane) in an AKS cluster are hosted by AKS the ser
5252

5353
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].
5454

55-
## Can I change the min. # of pods per node?
55+
## Can I change the max. # of pods per node?
5656

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

5959
## How do patch my Windows nodes?
6060

0 commit comments

Comments
 (0)