We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f57fd commit 1230f21Copy full SHA for 1230f21
content/en/docs/reference/glossary/eviction.md
@@ -0,0 +1,18 @@
1
+---
2
+title: Eviction
3
+id: eviction
4
+date: 2021-05-08
5
+full_link: /docs/concepts/scheduling-eviction/
6
+short_description: >
7
+ Process of terminating one or more Pods on Nodes
8
+aka:
9
+tags:
10
+- operation
11
12
+
13
+Eviction is the process of terminating one or more Pods on Nodes.
14
15
+<!--more-->
16
+There are two kinds of eviction:
17
+* [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
18
+* [API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/)
0 commit comments