From c78b395353e6201018f700f9912589aaad82d992 Mon Sep 17 00:00:00 2001 From: Tarun Palavalasa <66816886+tarunk799@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:15:28 +0000 Subject: [PATCH] Update daemon.yaml "Updating the DaemonSet to allow deployment on nodes with 'NoSchedule' and 'NoExecute' taints." --- daemon.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/daemon.yaml b/daemon.yaml index 215aa94..ee8ed23 100644 --- a/daemon.yaml +++ b/daemon.yaml @@ -29,6 +29,11 @@ spec: name: k8s-custom-iptables spec: hostNetwork: true + tolerations: + - effect: NoSchedule + operator: Exists + - effect: NoExecute + operator: Exists containers: - name: k8s-custom-iptables securityContext: