mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 06:59:03 +00:00
Automatic merge from submit-queue Deployment controller's cleanupUnhealthyReplicas should respect minReadySeconds ```release-note Fixed an issue that Deployment may be scaled down further than allowed by maxUnavailable when minReadySeconds is set. ``` Fixes #26834 Detected by a flake in deployment rollover e2e test (the only test that specifies `minReadySeconds`). cc @kubernetes/deployment @pwittrock cc @mqliang who first added `cleanupUnhealthyReplicas` in deployment controller []()