mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Increase pod CPU/memory for fluentd, dns and kube-proxy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user