Skip to content

Replication controller (and RS): Don't make more than 1k unschedulable pods #33041

Open
@lavalamp

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

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      Needs Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions