jsonnet: bump node-exporter to 1.1.0 and remove deprecated flag
This commit is contained in:
@@ -173,8 +173,7 @@ function(params) {
|
||||
'--no-collector.hwmon',
|
||||
'--collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)',
|
||||
'--collector.netclass.ignored-devices=^(veth.*)$',
|
||||
'--collector.netdev.device-blacklist=^(veth.*)$',
|
||||
// '--collector.netdev.device-exclude=^(veth.*)$', // TODO(paulfantom): change with next version of node_exporter (post 1.0.1)
|
||||
'--collector.netdev.device-exclude=^(veth.*)$',
|
||||
],
|
||||
volumeMounts: [
|
||||
{ name: 'sys', mountPath: '/host/sys', mountPropagation: 'HostToContainer', readOnly: true },
|
||||
|
||||
Reference in New Issue
Block a user