Commit 3d3062c1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #43441 from crassirostris/bump-fluentd-gcp-memory-limit

Automatic merge from submit-queue Increase memory limit for fluentd-gcp This PR increases fluentd memory limit in fluentd-gcp addon to avoid OOMs. Request is left intact
parents 0a6d82d8 48e750f5
......@@ -41,7 +41,7 @@ spec:
value: --no-supervisor
resources:
limits:
memory: 200Mi
memory: 300Mi
requests:
cpu: 100m
memory: 200Mi
......
......@@ -419,7 +419,7 @@ spec:
</match>
resources:
limits:
memory: 200Mi
memory: 300Mi
requests:
# Any change here should be accompanied by a proportional change in CPU
# requests of other per-node add-ons (e.g. kube-proxy).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment