Skip to content

Commit 20f4255

Browse files
committed
OCPBUGS-58425 [NETOBSERV] Loki deployment namespace is not correct in the offical docs for netobserv
1 parent 32654ca commit 20f4255

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/nw-network-observability-operator.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,16 @@ netobserv-ebpf-agent-xf5jh 1/1 Running 0 151m
6262

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

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

0 commit comments

Comments
 (0)