Commit e052170
fix: use diskPressure instead wildcard default helperPod toleration
The wildcard toleration ('- operator: Exists') is extremly permissive.
Setting is as a default defeats purpose of allowing to set extra
tolerations as part of the helperPod config.
Use "node.kubernetes.io/disk-pressure" toleration instead as it is
already used in many examples and documentation across the codebase.1 parent ec124be commit e052170
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| 608 | + | |
608 | 609 | | |
| 610 | + | |
609 | 611 | | |
610 | 612 | | |
611 | 613 | | |
| |||
0 commit comments