You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the eviction plugin with the cordon action before one with the drain action to ensure a node is unschedulable before draining it. See the documentation for an example.