v1.9.1
There should be no breaking change. 🎉
- The
eviction
plugin no longer patches the node object. The patching, which was done previously caused the patch issued at the end of the reconciliation to fail. It is now advised to explicitly use an instance of theeviction
plugin with thecordon
action before one with thedrain
action to ensure a node is unschedulable before draining it. See the documentation for an example. - Updated dependencies