Skip to content

OCPBUGS-58425 [NETOBSERV] Loki deployment namespace is not correct in the offical docs for netobserv #96084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions modules/nw-network-observability-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,16 @@ netobserv-ebpf-agent-xf5jh 1/1 Running 0 151m

`netobserv-ebpf-agent` pods monitor network interfaces of the nodes to get flows and send them to `flowlogs-pipeline` pods.

. If you are using the {loki-op}, check the status of pods running in the `openshift-operators-redhat` namespace by entering the following command:
. If you are using the {loki-op}, check the status of the `component` pods of `LokiStack` custom resource in the `netobserv` namespace by entering the following command:
+
[source,terminal]
----
$ oc get pods -n openshift-operators-redhat
$ oc get pods -n netobserv
----
+
.Example output
----
NAME READY STATUS RESTARTS AGE
loki-operator-controller-manager-5f6cff4f9d-jq25h 2/2 Running 0 18h
lokistack-compactor-0 1/1 Running 0 18h
lokistack-distributor-654f87c5bc-qhkhv 1/1 Running 0 18h
lokistack-distributor-654f87c5bc-skxgm 1/1 Running 0 18h
Expand Down