mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-12 18:18:51 +00:00
Automatic merge from submit-queue (batch tested with PRs 50602, 51561, 51703, 51748, 49142) Slow-start batch pod creation of rs, rc, ds, jobs Prevent too-large replicas from generating enormous numbers of events by creating only a few pods at a time, then increasing the batch size when pod creations succeed. Stop creating batches of pods when any pod creation errors are encountered. Todo: - [x] Add automated tests - [x] Test ds Fixes https://github.com/kubernetes/kubernetes/issues/49145 **Release note**: ```release-note controllers backoff better in face of quota denial ```