Reduce calico-node CPU request from 250m to 150m

* calico-node uses only a small fraction of its CPU request
(i.e. reservation) even under stress. The unbounded limit
already allows usage to scale favorably in bursty cases
* Motivation: On instance types that skew memory-optimized
(e.g. GCP n1), over-requesting can push the system toward
overcommitment (alerts can be tuned)
* Overcommitment is not necessarily bad, but 250m seems too
generous a minimum given the actual usage
This commit is contained in:
Dalton Hubble
2019-03-24 11:55:56 -07:00
parent 23f81a5e8c
commit 9862888bb2

View File

@@ -128,7 +128,7 @@ spec:
privileged: true
resources:
requests:
cpu: 250m
cpu: 150m
livenessProbe:
httpGet:
path: /liveness