Add Preemption to Glossary page (#12460)
* Add Preemption to Glossary page * Change Delete -> Evict in preemption concept docs
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fb2f3f89a9
commit
5512fe7d46
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Preemption
|
||||
id: Preemption
|
||||
date: 2019-01-31
|
||||
full_link: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#preemption
|
||||
short_description: >
|
||||
Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- operation
|
||||
---
|
||||
Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.
|
||||
|
||||
<!--more-->
|
||||
|
||||
If a Pod cannot be scheduled, the scheduler tries to [preempt](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#preemption) lower priority Pods to make scheduling of the pending Pod possible.
|
||||
Reference in New Issue
Block a user