jsonnet: bump node-exporter to 1.1.0 and remove deprecated flag

This commit is contained in:
paulfantom 2021-02-06 19:58:45 +01:00
parent 2ff04a63a3
commit 4245ded81b
No known key found for this signature in database
GPG Key ID: 12AE0185401674E7
2 changed files with 2 additions and 3 deletions

View File

@ -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 },

View File

@ -23,7 +23,7 @@ local prometheus = import './components/prometheus.libsonnet';
blackboxExporter: '0.18.0',
grafana: '7.3.7',
kubeStateMetrics: '1.9.7',
nodeExporter: '1.0.1',
nodeExporter: '1.1.0',
prometheus: '2.24.0',
prometheusAdapter: '0.8.3',
prometheusOperator: '0.45.0',