From d83165936468ba7bba6b83efcaae572c2a90f680 Mon Sep 17 00:00:00 2001 From: "Timothy St. Clair" Date: Thu, 26 Jul 2018 08:32:20 -0500 Subject: [PATCH] Update for daemonset plugins taints to land on every node Signed-off-by: Timothy St. Clair --- examples/plugins.d/e2e.yaml | 3 +++ pkg/templates/manifest.go | 2 ++ 2 files changed, 5 insertions(+) diff --git a/examples/plugins.d/e2e.yaml b/examples/plugins.d/e2e.yaml index fac863573..ed2b16b7a 100644 --- a/examples/plugins.d/e2e.yaml +++ b/examples/plugins.d/e2e.yaml @@ -14,3 +14,6 @@ spec: - mountPath: /tmp/results name: results readOnly: false + tolerations: + - operator: "Exists" + diff --git a/pkg/templates/manifest.go b/pkg/templates/manifest.go index b25b1c0d1..4eb2e62c3 100644 --- a/pkg/templates/manifest.go +++ b/pkg/templates/manifest.go @@ -97,6 +97,8 @@ data: - mountPath: /tmp/results name: results readOnly: false + tolerations: + - operator: "Exists" systemd-logs.yaml: | sonobuoy-config: driver: DaemonSet