mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Initial cpu limit for fluentd pods (file based).
This commit is contained in:
parent
d9d12fd3f7
commit
626d25d50e
@ -6,6 +6,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: fluentd-elasticsearch
|
- name: fluentd-elasticsearch
|
||||||
image: gcr.io/google_containers/fluentd-elasticsearch:1.5
|
image: gcr.io/google_containers/fluentd-elasticsearch:1.5
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
env:
|
env:
|
||||||
- name: "FLUENTD_ARGS"
|
- name: "FLUENTD_ARGS"
|
||||||
value: "-qq"
|
value: "-qq"
|
||||||
|
@ -6,6 +6,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: fluentd-cloud-logging
|
- name: fluentd-cloud-logging
|
||||||
image: gcr.io/google_containers/fluentd-gcp:1.6
|
image: gcr.io/google_containers/fluentd-gcp:1.6
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
env:
|
env:
|
||||||
- name: "FLUENTD_ARGS"
|
- name: "FLUENTD_ARGS"
|
||||||
value: "-qq"
|
value: "-qq"
|
||||||
|
Loading…
Reference in New Issue
Block a user