mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-20 08:25:11 +00:00
Automatic merge from submit-queue (batch tested with PRs 45518, 46127, 46146, 45932, 45003) PodDisruptionBudget should use ControllerRef Fixes https://github.com/kubernetes/kubernetes/issues/42284 ```release-note PodDisruptionBudget now uses ControllerRef to decide which controller owns a given Pod, so it doesn't get confused by controllers with overlapping selectors. ```