Commit 0a823a8
authored
fix: add default tolerations for collector/eraser pods (#508)
Add default tolerations for collector/eraser pods
Issue #503 points out that pods will not be scheduled on nodes with
taints, because we do not set any tolerations on the collector or eraser
pods.
By contrast, daemonsets have default tolerations that enable them to be
scheduled on every node regardless of taints. This PR applies those
defaults to the collector and eraser pods.
Signed-off-by: Peter Engelbert <[email protected]>
Signed-off-by: Peter Engelbert <[email protected]>1 parent 0e83a5c commit 0a823a8
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
53 | 68 | | |
54 | 69 | | |
55 | 70 | | |
| |||
427 | 442 | | |
428 | 443 | | |
429 | 444 | | |
| 445 | + | |
430 | 446 | | |
431 | 447 | | |
432 | 448 | | |
| |||
0 commit comments