mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 06:06:03 +00:00
Automatic merge from submit-queue Revert "Error out when any RS has more available pods then its spec r… Reverts https://github.com/kubernetes/kubernetes/pull/29808 The PR is wrong because we can have more available pods than desired every time we scale down. @kubernetes/deployment ptal