From c899d694599c4900f033b9bd2e4051490e03b9fa Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 23 Feb 2021 10:07:10 +0200 Subject: [PATCH] Fix daemonset deployment template Remove incorrect tolerations that accidentally crept in with the helm charts and break the deployment. --- nfd-worker-daemonset.yaml.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nfd-worker-daemonset.yaml.template b/nfd-worker-daemonset.yaml.template index ec04a4e52..b4066c114 100644 --- a/nfd-worker-daemonset.yaml.template +++ b/nfd-worker-daemonset.yaml.template @@ -32,11 +32,6 @@ spec: drop: ["ALL"] readOnlyRootFilesystem: true runAsNonRoot: true - tolerations: - - key: "node-role.kubernetes.io/master" - operator: "Equal" - value: "" - effect: "NoSchedule" command: - "nfd-worker" args: