File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
cluster/manifests/node-monitor Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
- name : sys
68
68
mountPath : /sys
69
69
readOnly : true
70
- - name : docker
71
- mountPath : /opt/podruntime/docker
70
+ - name : containerd
71
+ mountPath : /opt/podruntime/containerd
72
72
readOnly : true
73
73
- name : kmsg
74
74
mountPath : /dev/kmsg
91
91
- --no-collector.wifi
92
92
- --no-collector.hwmon
93
93
- --no-collector.btrfs
94
- - --collector.filesystem.mount-points-exclude=^/(dev|proc|run|sys|host|var/lib/lxcfs|opt/podruntime/docker /.+|opt/podruntime/kubelet/.+)($|/)
94
+ - --collector.filesystem.mount-points-exclude=^/(dev|proc|run|sys|host|var/lib/lxcfs|opt/podruntime/containerd /.+|opt/podruntime/kubelet/.+)($|/)
95
95
- --collector.netdev.device-exclude=^veth.*$
96
96
- --collector.netclass.ignored-devices=^veth.*$
97
97
name : prometheus-node-exporter
@@ -147,9 +147,9 @@ spec:
147
147
- name : sys
148
148
hostPath :
149
149
path : /sys
150
- - name : docker
150
+ - name : containerd
151
151
hostPath :
152
- path : /opt/podruntime/docker
152
+ path : /opt/podruntime/containerd
153
153
- name : kmsg
154
154
hostPath :
155
155
path : /dev/kmsg
You can’t perform that action at this time.
0 commit comments