Skip to content

Commit bf48abb

Browse files
authored
Merge pull request #78788 from gwynnemonahan/OSSM-6813
OSSM-6813 [DOC] Old must-gather image in the Documentation
2 parents 066e0ce + cd49657 commit bf48abb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ossm-about-collecting-ossm-data.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ You can use the `oc adm must-gather` CLI command to collect information about yo
2121

2222
. To collect {SMProductName} data with `must-gather`, you must specify the {SMProductName} image.
2323
+
24-
[source,terminal]
24+
[source,terminal,subs="attributes+"]
2525
----
26-
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.4
26+
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:{MaistraVersion}
2727
----
2828
+
2929
. To collect {SMProductName} data for a specific {SMProductShortName} control plane namespace with `must-gather`, you must specify the {SMProductName} image and namespace. In this example, after `gather,` replace `<namespace>` with your {SMProductShortName} control plane namespace, such as `istio-system`.
3030
+
31-
[source,terminal]
31+
[source,terminal,subs="attributes+"]
3232
----
33-
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.4 gather <namespace>
33+
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:{MaistraVersion} gather <namespace>
3434
----
3535
+
3636
This creates a local directory that contains the following items:

0 commit comments

Comments
 (0)