Skip to content

Commit ca08d88

Browse files
authored
Merge pull request #44032 from sabrinajess/CNV16657
CNV-16657: Clarify namespace must gather information
2 parents dbbe48c + 7d8aa1e commit ca08d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-must-gather-usage-targeted-vm-data.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you use the `must-gather` CLI tool to collect {VirtProductName} data, the v
1313

1414
.Environment variables
1515

16-
`NS=<namespace_name>`:: Gather virtual machine details from the namespace that you specify.
16+
`NS=<namespace_name>`:: Gather virtual machine information, including `virt-launcher` pod details, from the namespace that you specify. The `VirtualMachine` and `VirtualMachineInstance` CR data is collected for all namespaces.
1717

1818
`VM=<vm_name>`:: Gather details about a particular virtual machine. To use this option, you must also specify a namespace by using the `NS` environment variable.
1919

@@ -79,4 +79,4 @@ $ oc adm must-gather --image=registry.redhat.io/container-native-virtualization/
7979
[source,terminal,subs="attributes+"]
8080
----
8181
$ oc adm must-gather --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel8:v{HCOVersion} -- gather_images
82-
----
82+
----

0 commit comments

Comments
 (0)