Replication controller (and RS): Don't make more than 1k unschedulable pods #33041
Open
Description
Observed a cluster with a nonsensically high value for spec.replicas and replication controller was trying to honor it, and crushing the master in the process. RC should probably not make more than a reasonable number of pending pods, maybe like 500 or 1000, it should make enough to give signal to sizers looking for unscheduled pods but not more. Certainly not 150k+ as observed.
Metadata
Assignees
Labels
Type
Projects
Status
Needs Triage