mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-01 00:21:00 +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',
|
||||
'--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 },
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user