Skip to content

Commit a0419ed

Browse files
Merge dev to dev-to-kube-1.26
2 parents 8775dcc + 18b21ca commit a0419ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cluster/manifests/node-monitor/daemonset.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ spec:
6767
- name: sys
6868
mountPath: /sys
6969
readOnly: true
70-
- name: docker
71-
mountPath: /opt/podruntime/docker
70+
- name: containerd
71+
mountPath: /opt/podruntime/containerd
7272
readOnly: true
7373
- name: kmsg
7474
mountPath: /dev/kmsg
@@ -91,7 +91,7 @@ spec:
9191
- --no-collector.wifi
9292
- --no-collector.hwmon
9393
- --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/.+)($|/)
9595
- --collector.netdev.device-exclude=^veth.*$
9696
- --collector.netclass.ignored-devices=^veth.*$
9797
name: prometheus-node-exporter
@@ -147,9 +147,9 @@ spec:
147147
- name: sys
148148
hostPath:
149149
path: /sys
150-
- name: docker
150+
- name: containerd
151151
hostPath:
152-
path: /opt/podruntime/docker
152+
path: /opt/podruntime/containerd
153153
- name: kmsg
154154
hostPath:
155155
path: /dev/kmsg

0 commit comments

Comments
 (0)