Skip to content

Commit 47fafe1

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#114891
Changes made in line no 35 From 12 To 11
1 parent ba8fdd2 commit 47fafe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/create-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following limitations apply when you create AKS clusters that support multip
3232
* The AKS cluster must use the Standard SKU load balancer to use multiple node pools. The feature isn't supported with Basic SKU load balancers.
3333
* The AKS cluster must use Virtual Machine Scale Sets for the nodes.
3434
* The name of a node pool may only contain lowercase alphanumeric characters and must begin with a lowercase letter.
35-
* For Linux node pools, the length must be between 1-12 characters.
35+
* For Linux node pools, the length must be between 1-11 characters.
3636
* For Windows node pools, the length must be between 1-6 characters.
3737
* All node pools must reside in the same virtual network.
3838
* When you create multiple node pools at cluster creation time, the Kubernetes versions for the node pools must match the version set for the control plane.

0 commit comments

Comments
 (0)