mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #8657 from dchen1107/podstatus
Initial cpu limit for fluentd pods (file based).
This commit is contained in:
commit
8db8c35daa
@ -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