Skip to content

Commit ae89cad

Browse files
committed
Made node-exporter args configurable
Signed-off-by: Sahil Raja <[email protected]>
1 parent ade7f0d commit ae89cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonnet/kube-prometheus/components/node-exporter.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ local defaults = {
1212
limits: { cpu: '250m', memory: '180Mi' },
1313
},
1414
listenAddress: '127.0.0.1',
15+
filesystemIgnoredMountPoints: '^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)',
1516
port: 9100,
1617
commonLabels:: {
1718
'app.kubernetes.io/name': defaults.name,

0 commit comments

Comments
 (0)