Skip to content

Commit a41367e

Browse files
authored
Error in "Confirm Multi-instance GPU capability"
The command "kubectl describe mignode" does not work, kubectl expects a defined api resource [nodes] before the node name. Added "node" to the command. ------- cc: @MGoedtel
1 parent 91a2ce4 commit a41367e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/gpu-multi-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ nvgfd/gpu-feature-discovery
142142
### Confirm multi-instance GPU capability
143143
As an example, if you used MIG1g as the GPU instance profile, confirm the node has multi-instance GPU capability by running:
144144
```
145-
kubectl describe mignode
145+
kubectl describe node mignode
146146
```
147147
If you're using single strategy, you'll see:
148148
```

0 commit comments

Comments
 (0)