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
16
16
17
17
* The {product-title} CLI (`oc` ) installed.
18
18
19
- .Precedure
19
+ .Procedure
20
20
21
21
. To collect {SMProductName} data with `must-gather` , you must specify the {SMProductName} image.
22
22
+
@@ -31,3 +31,12 @@ $ oc adm must-gather --image=registry.redhat.io/openshift-service-mesh/istio-mus
31
31
----
32
32
$ oc adm must-gather -- image=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:2.4 gather <namespace >
33
33
----
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