mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Adjust node_exporter CPU params
The node_exporter CPU use is bursty, as it needs a bit of CPU at scrape time. Don't set a CPU limit to avoid collection stalls. Set the request to 100m to more closely match the typical max core needs.
This commit is contained in:
parent
483d25785c
commit
a1bead0da2
@ -44,10 +44,9 @@ spec:
|
||||
readOnly: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
cpu: 100m
|
||||
memory: 50Mi
|
||||
hostNetwork: true
|
||||
hostPID: true
|
||||
|
Loading…
Reference in New Issue
Block a user