Skip to content

Commit a08c2c4

Browse files
prithvipatil97openshift-cherrypick-robot
authored andcommitted
Update cluster-logging-collector-limits.adoc
Wrong command in logging 6 documentation Here is the documentation link: https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3/html/configuring_logging/cluster-logging-collector#cluster-logging-collector-limits_cluster-logging-collector Current Look: Edit the ClusterLogForwarder CR in the openshift-logging project: $ oc -n openshift-logging edit ClusterLogging instance This is a command referencing the `ClusterLogging` instance But here we are editing the ClusterLogForwarder CR in the openshift-logging project. Hence, it needs to be changed with ClusterLogForwarder or obsclf. Updated Look: Edit the ClusterLogForwarder CR in the openshift-logging project: $ oc -n openshift-logging edit clusterlogforwarder.observability.openshift.io <clf_name> This is the correct format.
1 parent 80aa0fa commit a08c2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-logging-collector-limits.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can adjust both the CPU and memory limits for the log collector by editing t
1414
+
1515
[source,terminal]
1616
----
17-
$ oc -n openshift-logging edit ClusterLogging instance
17+
$ oc -n openshift-logging edit clusterlogforwarder.observability.openshift.io <clf_name>
1818
----
1919
+
2020
[source,yaml]

0 commit comments

Comments
 (0)