Skip to content

Commit 05b7aec

Browse files
Update howto-baremetal-run-read.md
1 parent 0588a42 commit 05b7aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ When an optional argument `--output-directory` is provided, the output result is
370370
```azurecli
371371
az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>" \
372372
--limit-time-seconds 60 \
373-
--commands "[{command:'kubectl get',arguments:[pods]}]" \
373+
--commands "[{command:'kubectl get',arguments:['pods', '-n', 'nc-system']}]" \
374374
--resource-group "<cluster_MRG>" \
375375
--subscription "<subscription>"
376376
```

0 commit comments

Comments
 (0)