mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-11 09:06:14 +00:00
Automatic merge from submit-queue Respect PDBs during node upgrades and add test coverage to the ServiceTest upgrade test. This is still a WIP... needs to be squashed at least, and I don't think it's currently passing until I increase the scale of the RC, but please have a look at the general outline. Thanks! Fixes #38336 @kow3ns @bdbauer @krousey @erictune @maisem @davidopp ``` On GCE, node upgrades will now respect PodDisruptionBudgets, if present. ```