mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-03 17:41:01 +01:00
jsonnet: bump node-exporter to 1.1.0 and remove deprecated flag
This commit is contained in:
parent
2ff04a63a3
commit
4245ded81b
@ -173,8 +173,7 @@ function(params) {
|
|||||||
'--no-collector.hwmon',
|
'--no-collector.hwmon',
|
||||||
'--collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)',
|
'--collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)',
|
||||||
'--collector.netclass.ignored-devices=^(veth.*)$',
|
'--collector.netclass.ignored-devices=^(veth.*)$',
|
||||||
'--collector.netdev.device-blacklist=^(veth.*)$',
|
'--collector.netdev.device-exclude=^(veth.*)$',
|
||||||
// '--collector.netdev.device-exclude=^(veth.*)$', // TODO(paulfantom): change with next version of node_exporter (post 1.0.1)
|
|
||||||
],
|
],
|
||||||
volumeMounts: [
|
volumeMounts: [
|
||||||
{ name: 'sys', mountPath: '/host/sys', mountPropagation: 'HostToContainer', readOnly: true },
|
{ name: 'sys', mountPath: '/host/sys', mountPropagation: 'HostToContainer', readOnly: true },
|
||||||
|
|||||||
@ -23,7 +23,7 @@ local prometheus = import './components/prometheus.libsonnet';
|
|||||||
blackboxExporter: '0.18.0',
|
blackboxExporter: '0.18.0',
|
||||||
grafana: '7.3.7',
|
grafana: '7.3.7',
|
||||||
kubeStateMetrics: '1.9.7',
|
kubeStateMetrics: '1.9.7',
|
||||||
nodeExporter: '1.0.1',
|
nodeExporter: '1.1.0',
|
||||||
prometheus: '2.24.0',
|
prometheus: '2.24.0',
|
||||||
prometheusAdapter: '0.8.3',
|
prometheusAdapter: '0.8.3',
|
||||||
prometheusOperator: '0.45.0',
|
prometheusOperator: '0.45.0',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user