Skip to content

Commit 323d8bb

Browse files
authored
Merge pull request #35565 from kyungjin99/220730_ko_Translate_the_glossary_term_Preemption
[ko] Translate the glossary term 'Preemption'
2 parents 287ef17 + 609d41a commit 323d8bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: 선점(Preemption)
3+
id: preemption
4+
date: 2019-01-31
5+
full_link: /ko/docs/concepts/scheduling-eviction/pod-priority-preemption/#선점
6+
short_description: >
7+
쿠버네티스에서 선점(preemption)은 노드에서 낮은 우선 순위를 가지는 파드를 축출함으로써 보류 중인 파드가 적절한 노드를 찾을 수 있도록 한다.
8+
9+
aka:
10+
tags:
11+
- operation
12+
---
13+
쿠버네티스에서 선점(preemption)은 노드에서 낮은 우선 순위를 가지는 {{< glossary_tooltip term_id="pod" >}}를 축출함으로써 보류 중인 파드가 적절한 {{< glossary_tooltip term_id="node" >}}를 찾을 수 있도록 한다.
14+
15+
<!--more-->
16+
17+
파드를 스케줄링 할 수 없는 경우, 스케줄러는 우선 순위가 낮은 파드를 [선점](/ko/docs/concepts/scheduling-eviction/pod-priority-preemption/#선점)하여 보류 중인 파드를 스케줄링할 수 있게 한다.

0 commit comments

Comments
 (0)