You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-must-gather-options.adoc
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,14 @@ You can specify environment variables for a compatible script.
25
25
`VM=<vm_name>`:: Collect details about a particular virtual machine. To use this option, you must also specify a namespace by using the `NS` environment variable.
26
26
27
27
`PROS=<number_of_processes>`:: Modify the maximum number of parallel processes that the `must-gather` tool uses. The default value is `5`.
28
+
28
29
+
29
30
[IMPORTANT]
30
31
====
31
32
Using too many parallel processes can cause performance issues. Increasing the maximum number of parallel processes is not recommended.
32
33
====
33
34
35
+
34
36
.Scripts
35
37
36
38
Each script is compatible only with certain environment variable combinations.
@@ -41,25 +43,29 @@ Each script is compatible only with certain environment variable combinations.
41
43
42
44
`/usr/bin/gather --images`:: Collect image, image-stream, and image-stream-tags custom resource information. This script is compatible only with the `PROS` variable.
43
45
46
+
`/usr/bin/gather --instancetypes`:: Collect instance types information. This information is not currently collected by default; you can, however, optionally collect it.
47
+
44
48
[id="usage-and-examples_{context}"]
45
49
== Usage and examples
46
50
47
51
Environment variables are optional. You can run a script by itself or with one or more compatible environment variables.
0 commit comments