From 8ed74c8682d8ace4a054aa7e7d516d086d71fd43 Mon Sep 17 00:00:00 2001 From: gmarek Date: Tue, 16 May 2017 12:15:06 +0200 Subject: [PATCH] Add generic NoExecute Toleration to NPD --- cluster/addons/node-problem-detector/npd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/addons/node-problem-detector/npd.yaml b/cluster/addons/node-problem-detector/npd.yaml index b84ed07a4e1..5afef9d40b2 100644 --- a/cluster/addons/node-problem-detector/npd.yaml +++ b/cluster/addons/node-problem-detector/npd.yaml @@ -77,3 +77,6 @@ spec: hostPath: path: /etc/localtime serviceAccountName: node-problem-detector + tolerations: + - operator: "Exists" + effect: "NoExecute"