Skip to content

Commit 9119522

Browse files
authored
Merge pull request #40552 from kquinn1204/BZ-2036962
BZ: 2036962 - Updating performance addon operator must-gather image info
2 parents 7af3d84 + d1df57c commit 9119522

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/cnf-collecting-low-latency-tuning-debugging-data-for-red-hat-support.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Use the `oc adm must-gather` CLI command to collect information about your clust
3535
* CPU and NUMA topology
3636
* Basic PCI device information and NUMA locality.
3737

38-
To collect container-native virtualization data with `must-gather`, you must specify the container-native virtualization image:
38+
To collect Performance Addon Operator debugging information with `must-gather`, you must specify the Performance Addon Operator `must-gather` image:
3939

40-
[source,terminal]
40+
[source,terminal,subs="attributes+"]
4141
----
42-
--image=registry.redhat.io/openshift4/performance-addon-operator-must-gather-rhel8.
42+
--image=registry.redhat.io/openshift4/performance-addon-operator-must-gather-rhel8:v{product-version}.
4343
----
4444

4545
[id="cnf-about-gathering-data_{context}"]
@@ -61,14 +61,14 @@ To collect the default `must-gather` data in addition to specific feature data,
6161

6262
. Navigate to the directory where you want to store the `must-gather` data.
6363

64-
. Run the `oc adm must-gather` command with one or more `--image` or `--image-stream` arguments. For example, the following command gathers both the default cluster data and information specific to container-native virtualization:
64+
. Run the `oc adm must-gather` command with one or more `--image` or `--image-stream` arguments. For example, the following command gathers both the default cluster data and information specific to the Performance Addon Operator:
6565
+
66-
[source,terminal]
66+
[source,terminal,subs="attributes+"]
6767
----
6868
$ oc adm must-gather \
6969
--image-stream=openshift/must-gather \ <1>
7070
71-
--image=registry.redhat.io/openshift4/performance-addon-operator-must-gather-rhel8 <2>
71+
--image=registry.redhat.io/openshift4/performance-addon-operator-must-gather-rhel8:v{product-version} <2>
7272
----
7373
+
7474
<1> The default {product-title} `must-gather` image.

0 commit comments

Comments
 (0)