Azure: Improved NIC creation and deletion logic to handle NIC creation and deletions more gracefully.
machine-controller-manager now checks for misconfigured PodDisruptionBudgets (ones that require zero voluntary evictions and make impossible the graceful Node drain) and sets better Machine `.status.lastOperation.description` for such Machines. This change is breaking as out-of-tree providers need new RBAC permissions - list and watch access for PodDisruptionBudgets in the target cluster.
Avoid the deletion of the machines in CrashLoopBackoff state by the safety controller
*Release Notes: