Skip to content

Commit 75dd181

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#79556
Line 285: Changed node pool name to all lower case characters so that it conforms with the naming restrictions mentioned at https://docs.microsoft.com/en-us/azure/aks/troubleshooting#what-naming-restrictions-are-enforced-for-aks-resources-and-parameters
1 parent 3d54fbd commit 75dd181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/configure-azure-cni.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ When adding node pool, reference the node subnet using `--vnet-subnet-id` and th
282282
az network vnet subnet create -g $resourceGroup --vnet-name $vnet --name node2subnet --address-prefixes 10.242.0.0/16 -o none
283283
az network vnet subnet create -g $resourceGroup --vnet-name $vnet --name pod2subnet --address-prefixes 10.243.0.0/16 -o none
284284
285-
az aks nodepool add --cluster-name $clusterName -g $resourceGroup -n newNodepool \
285+
az aks nodepool add --cluster-name $clusterName -g $resourceGroup -n newnodepool \
286286
--max-pods 250 \
287287
--node-count 2 \
288288
--vnet-subnet-id /subscriptions/$subscription/resourceGroups/$resourceGroup/providers/Microsoft.Network/virtualNetworks/$vnet/subnets/node2subnet \

0 commit comments

Comments
 (0)