Skip to content

Commit

Permalink
Update for daemonset plugins taints to land on every node (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy St. Clair <[email protected]>
  • Loading branch information
timothysc authored Jul 26, 2018
1 parent 50a6a04 commit 81a3cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/plugins.d/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ spec:
- mountPath: /tmp/results
name: results
readOnly: false
tolerations:
- operator: "Exists"

2 changes: 2 additions & 0 deletions pkg/templates/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ data:
- mountPath: /tmp/results
name: results
readOnly: false
tolerations:
- operator: "Exists"
systemd-logs.yaml: |
sonobuoy-config:
driver: DaemonSet
Expand Down

0 comments on commit 81a3cb8

Please sign in to comment.