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:
Ben Kochie 2019-01-02 10:37:55 +01:00
parent 483d25785c
commit a1bead0da2
No known key found for this signature in database
GPG Key ID: 7D88366AC0FCE38A

View File

@ -44,10 +44,9 @@ spec:
readOnly: true
resources:
limits:
cpu: 10m
memory: 50Mi
requests:
cpu: 10m
cpu: 100m
memory: 50Mi
hostNetwork: true
hostPID: true