1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Fixed default limit/requests for fluentd

This commit is contained in:
Michael Burke
2020-08-24 09:23:21 -04:00
committed by openshift-cherrypick-robot
parent 90cf944c44
commit 6b48ba6086
2 changed files with 5 additions and 6 deletions

View File

@@ -33,11 +33,10 @@ spec:
fluentd:
resources:
limits: <1>
cpu: 250m
memory: 1Gi
memory: 736Mi
requests:
cpu: 250m
memory: 1Gi
cpu: 100m
memory: 736Mi
----
<1> Specify the CPU and memory limits and requests as needed. The values shown are the default values.

View File

@@ -74,10 +74,10 @@ spec:
fluentd:
resources: <4>
limits:
memory: 1Gi
memory: 736Mi
requests:
cpu: 200m
memory: 1Gi
memory: 736Mi
----
<1> Specify the CPU and memory limits and requests for the log store as needed. For Elasticsearch, you must adjust both the request value and the limit value.
<2> Specify the CPU and memory limits and requests for the log visualizater as needed.