Skip to content

Commit f24bfab

Browse files
authored
Merge pull request #67610 from abrennan89/OBSDOCS-132
OBSDOCS-132: Update collector pod docs
2 parents 8b6bd9e + 14aa43a commit f24bfab

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

modules/cluster-logging-collector-pod-location.adoc

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,24 @@
66
[id="cluster-logging-collector-pod-location_{context}"]
77
= Viewing logging collector pods
88

9-
You can view the Fluentd logging collector pods and the corresponding nodes that they are running on. The Fluentd logging collector pods run only in the `openshift-logging` project.
9+
You can view the logging collector pods and the corresponding nodes that they are running on.
1010

1111
.Procedure
1212

13-
* Run the following command in the `openshift-logging` project to view the Fluentd logging collector pods and their details:
14-
13+
* Run the following command in a project to view the logging collector pods and their details:
14+
+
1515
[source,terminal]
1616
----
17-
$ oc get pods --selector component=collector -o wide -n openshift-logging
17+
$ oc get pods --selector component=collector -o wide -n <project_name>
1818
----
19-
19+
+
2020
.Example output
2121
[source,terminal]
2222
----
2323
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
24-
fluentd-8d69v 1/1 Running 0 134m 10.130.2.30 master1.example.com <none> <none>
25-
fluentd-bd225 1/1 Running 0 134m 10.131.1.11 master2.example.com <none> <none>
26-
fluentd-cvrzs 1/1 Running 0 134m 10.130.0.21 master3.example.com <none> <none>
27-
fluentd-gpqg2 1/1 Running 0 134m 10.128.2.27 worker1.example.com <none> <none>
28-
fluentd-l9j7j 1/1 Running 0 134m 10.129.2.31 worker2.example.com <none> <none>
29-
----
30-
31-
////
32-
[source,terminal]
33-
----
34-
$ oc get pods -o wide | grep rsyslog
35-
----
36-
37-
.Example output
38-
[source,terminal]
39-
----
40-
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
41-
rsyslog-5gtfs 1/1 Running 0 3m6s 10.130.0.40 ip-10-0-148-139.ec2.internal <none> <none>
42-
rsyslog-67rv6 1/1 Running 0 3m6s 10.128.2.13 ip-10-0-158-206.ec2.internal <none> <none>
43-
rsyslog-bqgjn 1/1 Running 0 3m6s 10.131.0.11 ip-10-0-132-167.ec2.internal <none> <none>
44-
rsyslog-cjmdp 1/1 Running 0 3m6s 10.129.2.16 ip-10-0-139-191.ec2.internal <none> <none>
45-
rsyslog-kqlzh 1/1 Running 0 3m6s 10.129.0.37 ip-10-0-141-243.ec2.internal <none> <none>
46-
rsyslog-nhshr 1/1 Running 0 3m6s 10.128.0.41 ip-10-0-143-38.ec2.internal <none> <none>
24+
collector-8d69v 1/1 Running 0 134m 10.130.2.30 master1.example.com <none> <none>
25+
collector-bd225 1/1 Running 0 134m 10.131.1.11 master2.example.com <none> <none>
26+
collector-cvrzs 1/1 Running 0 134m 10.130.0.21 master3.example.com <none> <none>
27+
collector-gpqg2 1/1 Running 0 134m 10.128.2.27 worker1.example.com <none> <none>
28+
collector-l9j7j 1/1 Running 0 134m 10.129.2.31 worker2.example.com <none> <none>
4729
----
48-
////

0 commit comments

Comments
 (0)