From 4249a104c2c2131cfa93676ecdc597eb7157788a Mon Sep 17 00:00:00 2001 From: caozhiyuan Date: Fri, 30 Apr 2021 10:07:24 +0800 Subject: [PATCH] add tolerations in daemonset config file --- deployment/node-problem-detector.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment/node-problem-detector.yaml b/deployment/node-problem-detector.yaml index 64589ace8..ef34f95e1 100644 --- a/deployment/node-problem-detector.yaml +++ b/deployment/node-problem-detector.yaml @@ -79,3 +79,8 @@ spec: path: kernel-monitor.json - key: docker-monitor.json path: docker-monitor.json + tolerations: + - effect: NoSchedule + operator: Exists + - effect: NoExecute + operator: Exists