Skip to content

Commit 67426f9

Browse files
author
Steven Smith
committed
Update a command because there are no pods labeled fluentd in OCP
1 parent 83d4aee commit 67426f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cluster-logging-forwarding-json-logs-to-the-default-elasticsearch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ The Red Hat OpenShift Logging Operator redeploys the Fluentd pods. However, if t
5252
+
5353
[source,terminal]
5454
----
55-
$ oc delete pod --selector logging-infra=fluentd
55+
$ oc delete pod --selector logging-infra=collector
5656
----

modules/cluster-logging-troubleshooting-log-forwarding.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ When you create a `ClusterLogForwarder` custom resource (CR), if the Red Hat Ope
1515
+
1616
[source,terminal]
1717
----
18-
$ oc delete pod --selector logging-infra=fluentd
18+
$ oc delete pod --selector logging-infra=collector
1919
----

0 commit comments

Comments
 (0)