mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 18:19:36 +00:00
This changes instructs the replication controller to delete replicas in the order of "unscheduled (pending)", "scheduled (pending)", and "scheduled (running)" pods. This is less disruptive than deleting random pods.