-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
The documentation [0] shows how to Configure log collector CPU and memory limits. The alignment of limits and requests should be same . In the documentation the alignment is inconsistent.
The config looks like below in the document:
~~~
spec:
collection:
type: fluentd
resources:
limits:
memory: 736Mi
requests:
cpu: 100m
memory: 736Mi
~~~
The correct config should look like below:
~~~
spec:
collection:
type: fluentd
resources:
limits:
memory: 736Mi
requests:
cpu: 100m
memory: 736Mi
~~~
[0]https://docs.openshift.com/container-platform/4.12/logging/log_collection_forwarding/cluster-logging-collector.html#cluster-logging-collector-limits_cluster-logging-collector