Skip to content

Commit 1291747

Browse files
authored
Merge pull request #59858 from gwynnemonahan/OSSM-3897
OSSM-3897: [DOC] Wrong must-gather image in example
2 parents e2f1528 + 1d5fddd commit 1291747

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

modules/about-must-gather.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// * sandboxed_containers/troubleshooting-sandboxed-containers.adoc
44
// * virt/support/virt-collecting-virt-data.adoc
55
// * support/gathering-cluster-data.adoc
6-
// * service_mesh/v2x/ossm-troubleshooting-istio.adoc
76
// * service_mesh/v2x/ossm-support.adoc
87
// * service_mesh/v1x/servicemesh-release-notes.adoc
98
// * serverless/serverless-support.adoc

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

Lines changed: 3 additions & 3 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:2.3
25+
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.4
2626
----
2727
+
28-
. 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`.
28+
. 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`.
2929
+
3030
[source,terminal]
3131
----
32-
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.3 gather <namespace>
32+
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.4 gather <namespace>
3333
----

service_mesh/v2x/ossm-troubleshooting-istio.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ include::modules/support-knowledgebase-about.adoc[leveloffset=+2]
6464

6565
include::modules/support-knowledgebase-search.adoc[leveloffset=+2]
6666

67-
include::modules/about-must-gather.adoc[leveloffset=+2]
68-
6967
include::modules/ossm-about-collecting-ossm-data.adoc[leveloffset=+2]
7068

7169
For prompt support, supply diagnostic information for both {product-title} and {SMProductName}.

0 commit comments

Comments
 (0)