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"