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 aa4e283 commit a1785fbCopy full SHA for a1785fb
content/ko/docs/reference/glossary/eviction.md
@@ -0,0 +1,18 @@
1
+---
2
+title: 축출(Eviction)
3
+id: eviction
4
+date: 2021-05-08
5
+full_link: /ko/docs/concepts/scheduling-eviction/
6
+short_description: >
7
+ 노드에 있는 한 개 이상의 파드를 중단하는 프로세스이다.
8
+aka:
9
+tags:
10
+- operation
11
12
+
13
+노드에 있는 한 개 이상의 파드를 중단하는 프로세스이다.
14
15
+<!--more-->
16
+축출에는 두 가지 종류가 있다.
17
+* [노드-압박 축출](/ko/docs/concepts/scheduling-eviction/node-pressure-eviction/)
18
+* [API를 이용한 축출(API-initiated Eviction)](/ko/docs/concepts/scheduling-eviction/api-eviction/)
0 commit comments