Skip to content

Commit 4884d79

Browse files
Merge pull request #276139 from mutazn/patch-6
Update custom-node-configuration.md
2 parents 3016b59 + 592bddb commit 4884d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/custom-node-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-gr
113113
### [Windows node pools](#tab/windows-node-pools)
114114

115115
```azurecli
116-
az aks nodepool add --name mynodepool1 --cluster-name myAKSCluster --resource-group myResourceGroup --os-type Windows --kubelet-config ./windowskubeletconfig.json
116+
az aks nodepool add --name mynp1 --cluster-name myAKSCluster --resource-group myResourceGroup --os-type Windows --kubelet-config ./windowskubeletconfig.json
117117
```
118118

119119
---

0 commit comments

Comments
 (0)