Skip to content

Commit c95c2a1

Browse files
authored
Merge pull request #46618 from stevsmit/GH46089
Updates a command because there are no pods labeled fluentd in OCP
2 parents 5068aa6 + 67426f9 commit c95c2a1

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)