diff --git a/manifests/node-exporter/daemonset.yaml b/manifests/node-exporter/daemonset.yaml index 052d74d..14c1d0c 100644 --- a/manifests/node-exporter/daemonset.yaml +++ b/manifests/node-exporter/daemonset.yaml @@ -46,6 +46,11 @@ spec: mountPropagation: HostToContainer name: root readOnly: true + tolerations: + - key: type + operator: Equal + value: services + effect: NoSchedule volumes: - hostPath: path: /sys