Skip to content

Commit 590852e

Browse files
authored
Merge pull request #105465 from zr-msft/zr-aks-fix-limit
[AKS] update limitations on multiple node pools
2 parents 35b9a4b + aeb7eeb commit 590852e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ You need the Azure CLI version 2.0.76 or later installed and configured. Run `az
2525
The following limitations apply when you create and manage AKS clusters that support multiple node pools:
2626

2727
* See [Quotas, virtual machine size restrictions, and region availability in Azure Kubernetes Service (AKS)][quotas-skus-regions].
28-
* You can't delete the default (first) node pool.
29-
* The HTTP application routing add-on can't be used.
28+
* You can't delete the system node pool, by default the first node pool.
3029
* The AKS cluster must use the Standard SKU load balancer to use multiple node pools, the feature is not supported with Basic SKU load balancers.
3130
* The AKS cluster must use virtual machine scale sets for the nodes.
3231
* The name of a node pool may only contain lowercase alphanumeric characters and must begin with a lowercase letter. For Linux node pools the length must be between 1 and 12 characters, for Windows node pools the length must be between 1 and 6 characters.

0 commit comments

Comments
 (0)