Files
website/content/en/docs/reference/glossary/Preemption.md
T
Damini Satya 5512fe7d46 Add Preemption to Glossary page (#12460)
* Add Preemption to Glossary page

* Change Delete -> Evict in preemption concept docs
2019-02-01 09:59:24 -08:00

691 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Preemption Preemption 2019-01-31 https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#preemption Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.
operation

Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.

If a Pod cannot be scheduled, the scheduler tries to preempt lower priority Pods to make scheduling of the pending Pod possible.