Skip to content

Commit 1230f21

Browse files
committed
add eviction to glossary
1 parent 93f57fd commit 1230f21

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)