Skip to content

Commit 8ad51dd

Browse files
author
Chad Dougherty
authored
fix options to nodepool add command
fix two errors in the `az aks nodepool add` example: `resourcegroup` -> `resource-group` `node-size` -> `node-vm-size`
1 parent 2c1abf7 commit 8ad51dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/gpu-multi-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ If you're using command line, use the `az aks nodepool add` command to create th
6060
6161
az aks nodepool add \
6262
--name mignode \
63-
--resourcegroup myresourcegroup \
63+
--resource-group myresourcegroup \
6464
--cluster-name migcluster \
65-
--node-size Standard_ND96asr_v4 \
65+
--node-vm-size Standard_ND96asr_v4 \
6666
--gpu-instance-profile MIG1g
6767
```
6868

0 commit comments

Comments
 (0)