Skip to content

Commit 78b3f24

Browse files
committed
OBSDOCS-1524 COO must-gather
1 parent 5ee41bc commit 78b3f24

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

modules/coo-must-gather.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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=quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator-container
19+
----

modules/gathering-data-specific-features.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ ifndef::openshift-origin[]
4040
ifndef::openshift-rosa,openshift-dedicated[]
4141
|`registry.redhat.io/odf4/odf-must-gather-rhel9:v<installed_version_ODF>`
4242
|Data collection for {rh-storage-first}.
43+
44+
|`quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator-container`
45+
|Data collection for the Cluster Observability Operator.
4346
endif::openshift-rosa,openshift-dedicated[]
4447

4548
|`registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator:v<installed_version_logging>`

observability/cluster_observability_operator/cluster-observability-operator-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include::modules/coo-advantages.adoc[leveloffset=+1]
2525

2626
include::modules/coo-target-users.adoc[leveloffset=+1]
2727

28-
//include::modules/monitoring-understanding-the-cluster-observability-operator.adoc[leveloffset=+1]
28+
include::modules/coo-must-gather.adoc[leveloffset=+1]
2929

3030
include::modules/coo-server-side-apply.adoc[leveloffset=+1]
3131

0 commit comments

Comments
 (0)