v0.6
There should be no breaking change. 🎉
- The stagger check plugin now supports a
parallel
config option, which enables nodes to "race" for multiple leases. The configured lease name is appended with-INDEX
- The leases used by the stagger check plugin are now only grabbed by nodes, if they actual do a state transition. This resolves some unnecessary blocking that could occur.
- Added the affinity check plugin, which helps with scheduling pods on operational nodes to minimize downtime.