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: