Increase pod CPU/memory for fluentd, dns and kube-proxy.

This commit is contained in:
Fabio Yeon
2016-06-24 10:41:49 -07:00
parent 178bcd1c11
commit 86928dbea0
7 changed files with 9 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ spec:
requests:
# Any change here should be accompanied by a proportional change in CPU
# requests of other per-node add-ons (e.g. kube-proxy).
cpu: 80m
cpu: 100m
memory: 200Mi
env:
- name: FLUENTD_ARGS

View File

@@ -52,7 +52,7 @@ spec:
memory: 200Mi
requests:
cpu: 100m
memory: 50Mi
memory: 100Mi
livenessProbe:
httpGet:
path: /healthz

View File

@@ -52,7 +52,7 @@ spec:
memory: 200Mi
requests:
cpu: 100m
memory: 50Mi
memory: 100Mi
livenessProbe:
httpGet:
path: /healthz

View File

@@ -52,7 +52,7 @@ spec:
memory: 200Mi
requests:
cpu: 100m
memory: 50Mi
memory: 100Mi
livenessProbe:
httpGet:
path: /healthz

View File

@@ -17,12 +17,10 @@
- makedirs: true
- dir_mode: 755
- context:
# 20m might cause kube-proxy CPU starvation on full nodes, resulting in
# delayed service updates. But, giving it more would be a breaking change
# to the overhead requirements for existing clusters.
# Increasing to 100m to avoid CPU starvation on full nodes.
# Any change here should be accompanied by a proportional change in CPU
# requests of other per-node add-ons (e.g. fluentd).
cpurequest: '20m'
cpurequest: '100m'
- require:
- service: docker
- service: kubelet