Skip to content

Commit 59cec69

Browse files
CNV-30921
1 parent fefa719 commit 59cec69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/virt-must-gather-options.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="virt-must-gather-options_{context}"]
77
= must-gather tool options
88

9-
You can specify a combination of scripts and environment variables for the following options:
9+
You can run the `oc adm must-gather` command to collect `must gather` images for all the Operators and products deployed on your cluster without the need to explicitly specify the required images. Alternatively, you can specify a combination of scripts and environment variables for the following options:
1010

1111
* Collecting detailed virtual machine (VM) information from a namespace
1212
* Collecting detailed information about specified VMs
@@ -72,7 +72,14 @@ Environment variables are optional. You can run a script by itself or with one o
7272

7373
.Syntax
7474

75+
To collect `must-gather` logs for all Operators and products on your cluster in a single pass, run the following command:
7576

77+
[source,terminal,subs="attributes+"]
78+
----
79+
$ oc adm must-gather --all-images
80+
----
81+
82+
If you need to pass additional parameters to individual `must-gather` images, use the following command:
7683

7784
[source,terminal,subs="attributes+"]
7885
----

0 commit comments

Comments
 (0)