diff --git a/manifests/node-exporter/node-exporter-daemonset.yaml b/manifests/node-exporter/node-exporter-daemonset.yaml index d42413cbba0ca39bebc85fd64523b9b2464dd36e..b7696694774a37a766db5bab96bc6592eac726cd 100644 --- a/manifests/node-exporter/node-exporter-daemonset.yaml +++ b/manifests/node-exporter/node-exporter-daemonset.yaml @@ -35,6 +35,9 @@ spec: - name: sys readOnly: true mountPath: /host/sys + tolerations: + - effect: NoSchedule + operator: Exists volumes: - name: proc hostPath: