Skip to content

Commit 5bd5669

Browse files
authored
Merge pull request #54174 from rh-tokeefe/OSSMDOC-721
OSSMDOC-721: Update Istio must-gather tag
2 parents 9563474 + b384689 commit 5bd5669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/gathering-data-specific-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ifndef::openshift-origin[]
3131
|`registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8`
3232
|Data collection for OpenShift Serverless.
3333

34-
|`registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8`
34+
|`registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.3`
3535
|Data collection for Red Hat OpenShift Service Mesh.
3636

3737
ifndef::openshift-dedicated[]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ You can use the `oc adm must-gather` CLI command to collect information about yo
2222
+
2323
[source,terminal]
2424
----
25-
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8
25+
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.3
2626
----
2727
+
2828
. 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, replace `<namespace>` with your {SMProductShortName} control plane namespace, such as `istio-system`.
2929
+
3030
[source,terminal]
3131
----
32-
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8 gather <namespace>
32+
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.3 gather <namespace>
3333
----

0 commit comments

Comments
 (0)