Skip to content

Commit 41a5e2a

Browse files
Merge pull request #279670 from tamram/tamram24-0625
Create node pools: remove duplicate parameter from sample
2 parents 388efdf + 68fbb60 commit 41a5e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/create-node-pools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article shows you how to create one or more node pools in an AKS cluster.
3131
The following limitations apply when you create AKS clusters that support multiple node pools:
3232

3333
* See [Quotas, virtual machine size restrictions, and region availability in Azure Kubernetes Service (AKS)](quotas-skus-regions.md).
34-
* You can delete system node pools if you have another system node pool to take its place in the AKS cluster. Otherwise, you cannot delete the system node pool.
34+
* You can delete the system node pool if you have another system node pool to take its place in the AKS cluster. Otherwise, you cannot delete the system node pool.
3535
* System pools must contain at least one node, and user node pools may contain zero or more nodes.
3636
* The AKS cluster must use the Standard SKU load balancer to use multiple node pools. This feature isn't supported with Basic SKU load balancers.
3737
* The AKS cluster must use Virtual Machine Scale Sets for the nodes.
@@ -60,7 +60,7 @@ The following limitations apply when you create AKS clusters that support multip
6060
--name $CLUSTER_NAME \
6161
--vm-set-type VirtualMachineScaleSets \
6262
--node-count 2 \
63-
--generate-ssh-keys \
63+
--location $LOCATION \
6464
--load-balancer-sku standard \
6565
--generate-ssh-keys
6666
```

0 commit comments

Comments
 (0)