File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments