gardener-attic / gardener-extension-provider-kubevirt

Gardener Extension Provider for KubeVirt
Other
11 stars 16 forks source link

[ci:component:github.com/gardener/machine-controller-manager:v0.36.0->v0.37.0] #103

Closed gardener-robot-ci-3 closed 3 years ago

gardener-robot-ci-3 commented 3 years ago

*Release Notes:

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
gardener-robot commented 3 years ago

@gardener-robot-ci-3 Thank you for your contribution.

stoyanr commented 3 years ago

Done with #105.