Skip to content

Commit 67f5ff4

Browse files
authored
Merge pull request #31681 from paulkel/patch-31
Fix command error
2 parents b139d65 + 5fdfbba commit 67f5ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Only pods that have this taint applied can be scheduled on nodes in *gpunodepool
328328

329329
In this article, you created an AKS cluster that includes GPU-based nodes. To reduce unnecessary cost, you may want to delete the *gpunodepool*, or the whole AKS cluster.
330330

331-
To delete the GPU-based node pool, use the [az aks node pool delete][az-aks-nodepool-delete] command as shown in following example:
331+
To delete the GPU-based node pool, use the [az aks nodepool delete][az-aks-nodepool-delete] command as shown in following example:
332332

333333
```azurecli-interactive
334334
az aks nodepool delete -g myResourceGroup --cluster-name myAKSCluster --name gpunodepool

0 commit comments

Comments
 (0)