Skip to content

Commit

Permalink
npd: enable access to CRI socket
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Nov 23, 2024
1 parent 1886e7c commit 5fe5adc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions base/node-problem-detector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ settings:
custom_plugin_monitors:
- /config/health-checker-containerd.json
- /config/custom-plugin-monitor.json ## This is NTP monitor

extraVolumes:
- name: containerd
hostPath:
path: /run/k3s/containerd/containerd.sock
type: Socket

extraVolumeMounts:
- mountPath: /var/run/containerd/containerd.sock
name: containerd

0 comments on commit 5fe5adc

Please sign in to comment.