mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 18:20:40 +00:00
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:
@@ -128,7 +128,7 @@ spec:
|
||||
privileged: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
cpu: 150m
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /liveness
|
||||
|
||||
Reference in New Issue
Block a user