Skip to content

Commit bee9c68

Browse files
authored
Merge pull request #59691 from skrthomas/OSDOCS-5967
OSDOCS-5967: Adding must-gather troubleshooting for Network Observability
2 parents 8379b9f + 32b6093 commit bee9c68

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
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+
// * networking/network_observability/troubleshooting-network-observability.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="network-observability-must-gather_{context}"]
7+
= Using the must-gather tool
8+
You can use the must-gather tool to collect information about the Network Observability Operator resources and cluster-wide resources, such as pod logs, `FlowCollector`, and `webhook` configurations.
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/netobserv/must-gather \
19+
----

networking/network_observability/troubleshooting-network-observability.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
To assist in troubleshooting Network Observability issues, you can perform some troubleshooting actions.
1010

11+
include::modules/troubleshooting-network-observability-must-gather.adoc[leveloffset=+1]
12+
1113
include::modules/troubleshooting-network-observability-after-installation.adoc[leveloffset=+1]
1214

1315
include::modules/troubleshooting-network-observability-flowlogs-pipeline-kafka.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)