Skip to content

Commit afcde8e

Browse files
authored
Merge pull request #197698 from phealy/pahealy/update-maxpods
update documentation to reflect portal updates
2 parents aec15d0 + f8d516b commit afcde8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/configure-azure-cni.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The maximum number of pods per node in an AKS cluster is 250. The *default* maxi
6363

6464
### Configure maximum - new clusters
6565

66-
You're able to configure the maximum number of pods per node at cluster deployment time or as you add new node pools. If you deploy with the Azure CLI or with a Resource Manager template, you can set the maximum pods per node value as high as 250.
66+
You're able to configure the maximum number of pods per node at cluster deployment time or as you add new node pools. You can set the maximum pods per node value as high as 250.
6767

6868
If you don't specify maxPods when creating new node pools, you receive a default value of 30 for Azure CNI.
6969

@@ -79,7 +79,7 @@ A minimum value for maximum pods per node is enforced to guarantee space for sys
7979
8080
* **Azure CLI**: Specify the `--max-pods` argument when you deploy a cluster with the [az aks create][az-aks-create] command. The maximum value is 250.
8181
* **Resource Manager template**: Specify the `maxPods` property in the [ManagedClusterAgentPoolProfile] object when you deploy a cluster with a Resource Manager template. The maximum value is 250.
82-
* **Azure portal**: You can't change the maximum number of pods per node when you deploy a cluster with the Azure portal. Azure CNI networking clusters are limited to 110 pods per node when you deploy using the Azure portal.
82+
* **Azure portal**: Change the `Max pods per node` field in the node pool settings when creating a cluster or adding a new node pool.
8383

8484
### Configure maximum - existing clusters
8585

0 commit comments

Comments
 (0)