Skip to content

Commit fd89955

Browse files
committed
OBSDOCS-1524 COO must-gather
1 parent a98de7c commit fd89955

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

modules/coo-must-gather.adoc

+19
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

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ endif::openshift-rosa,openshift-dedicated[]
4848
|`quay.io/netobserv/must-gather`
4949
|Data collection for the Network Observability Operator.
5050

51+
|`quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator-container`
52+
|Data collection for the Cluster Observability Operator.
53+
5154
ifndef::openshift-rosa,openshift-dedicated[]
5255
|`registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9:v<installed_version_LSO>`
5356
|Data collection for Local Storage Operator.

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

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Monitoring stacks deployed by the two Operators do not conflict. You can use a {
2222

2323
include::modules/monitoring-understanding-the-cluster-observability-operator.adoc[leveloffset=+1]
2424

25+
include::modules/coo-must-gather.adoc[leveloffset=+1]
26+
2527
[role="_additional-resources"]
2628
.Additional resources
2729

0 commit comments

Comments
 (0)