Skip to content

Commit 25ee8db

Browse files
authored
Merge pull request #64534 from gwynnemonahan/OSSM-2423
/lgtm, merging OSSM-2423: [DOC] must-gather tool needs to be more specific
2 parents 6f9ff34 + 9f02fbe commit 25ee8db

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use the `oc adm must-gather` CLI command to collect information about yo
1616
1717
* The {product-title} CLI (`oc`) installed.
1818
19-
.Precedure
19+
.Procedure
2020

2121
. To collect {SMProductName} data with `must-gather`, you must specify the {SMProductName} image.
2222
+
@@ -31,3 +31,12 @@ $ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-mus
3131
----
3232
$ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.4 gather <namespace>
3333
----
34+
+
35+
This creates a local directory that contains the following items:
36+
37+
* The Istio Operator namespace and its child objects
38+
* All control plane namespaces and their children objects
39+
* All namespaces and their children objects that belong to any service mesh
40+
* All Istio custom resource definitions (CRD)
41+
* All Istio CRD objectsm such as VirtualServices in a given namespace
42+
* All Istio webhooks

0 commit comments

Comments
 (0)