Skip to content

Commit 31e2751

Browse files
Update cluster-labels.md
1 parent a32a7a3 commit 31e2751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Hybrid/cluster-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This article describes how to use labels in a Kubernetes cluster on AKS enabled
3939
The following example creates a node pool named `labelnp` with the label `dept=HR`:
4040

4141
```azurecli
42-
az aks nodepool add –resource-group myResourceGroup –cluster-name myAKSCluster –name labelnp –node-count 1 –labels dept=HR –no-wait
42+
az aksarc nodepool add –resource-group myResourceGroup –cluster-name myAKSCluster –name labelnp –node-count 1 –labels dept=HR –no-wait
4343
```
4444

4545
The following example output from the [`az aksarc nodepool list`](/cli/azure/aksarc/nodepool#az-aksarc-nodepool-list) command shows the `labelnp` node pool creates nodes with the specified `nodeLabels`:

0 commit comments

Comments
 (0)