Skip to content

Commit 4ca063f

Browse files
authored
Update create-node-pools.md
--nodepool-name can contain at most 12 characters
1 parent fdad2fa commit 4ca063f

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
@@ -149,7 +149,7 @@ The Azure Linux container host for AKS is an open-source Linux distribution avai
149149
az aks nodepool add \
150150
--resource-group myResourceGroup \
151151
--cluster-name myAKSCluster \
152-
--name azurelinuxpool \
152+
--name azlinuxpool \
153153
--os-sku AzureLinux
154154
```
155155

0 commit comments

Comments
 (0)