File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
observability/cluster_observability_operator Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ // Module included in the following assemblies:
2
+ //
3
+ // * observability/cluster_observability_operator/cluster-observability-operator-overview.adoc
4
+
5
+ :_mod-docs-content-type: PROCEDURE
6
+ [id="coo-must-gather_{context} "]
7
+ = Using the must-gather tool
8
+ You can use the must-gather tool to collect information about the Cluster Observability Operator resources.
9
+
10
+ .Procedure
11
+ . Navigate to the directory where you want to store the must-gather data.
12
+ . Run the following command to collect cluster-wide must-gather resources:
13
+ +
14
+ [source,terminal]
15
+ ----
16
+ $ oc adm must-gather
17
+ -- image-stream=openshift/must-gather \
18
+ -- image=registry.redhat.io/cluster-observability-operator/cluster-observability-rhel8-operator
19
+ ----
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ ifndef::openshift-origin[]
40
40
ifndef::openshift-rosa,openshift-dedicated[]
41
41
|`registry.redhat.io/odf4/odf-must-gather-rhel9:v<installed_version_ODF>`
42
42
|Data collection for {rh-storage-first} .
43
+
44
+ |`registry.redhat.io/cluster-observability-operator/cluster-observability-rhel8-operator`
45
+ |Data collection for the Cluster Observability Operator.
43
46
endif::openshift-rosa,openshift-dedicated[]
44
47
45
48
|`registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator:v<installed_version_logging>`
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include::modules/coo-advantages.adoc[leveloffset=+1]
25
25
26
26
include::modules/coo-target-users.adoc[leveloffset=+1]
27
27
28
- // include::modules/monitoring-understanding-the-cluster-observability-operator .adoc[leveloffset=+1]
28
+ include::modules/coo-must-gather .adoc[leveloffset=+1]
29
29
30
30
include::modules/coo-server-side-apply.adoc[leveloffset=+1]
31
31
You can’t perform that action at this time.
0 commit comments