Skip to content

Commit c453b09

Browse files
committed
tweaks
1 parent c3f5257 commit c453b09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/aks/configure-azure-cni.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A minimum value for maximum pods per node is enforced to guarantee space for sys
8383

8484
### Configure maximum - existing clusters
8585

86-
You can't change the maximum pods per node on an existing AKS cluster. You can adjust the number only when you initially deploy the cluster.
86+
The maxPod per node setting can be defined when you create a new node pool. If you need to increase the maxPod per node setting on an existing cluster, add a new node pool with the new desired maxPod count. After migrating your pods to the new pool, delete the older pool. To delete any older pool in a cluster, ensure you are setting node pool modes as defined in the [system node pool document[system-node-pools].
8787

8888
## Deployment parameters
8989

@@ -210,3 +210,4 @@ Kubernetes clusters created with AKS Engine support both the [kubenet][kubenet]
210210
[network-policy]: use-network-policies.md
211211
[nodepool-upgrade]: use-multiple-node-pools.md#upgrade-a-node-pool
212212
[network-comparisons]: concepts-network.md#compare-network-models
213+
[system-node-pools]: use-system-pools

articles/aks/use-system-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can do the following operations with node pools:
4646
* Delete user node pools.
4747
* You can delete system node pools, provided you have another system node pool to take its place in the AKS cluster.
4848
* An AKS cluster may have multiple system node pools and requires at least one system node pool.
49-
* Configure the maximum number of pods deployable to a node (maxPods) when adding new node pools to a cluster.
49+
* If you want to change various immutable settings on existing node pools, you can create new node pools to replace them. One example is to add a new node pool with a new maxPods setting and delete the old node pool.
5050

5151
## Create a new AKS cluster with a system node pool
5252

0 commit comments

Comments
 (0)