Skip to content

Commit ba5b36d

Browse files
authored
Merge pull request #29607 from fregataa/patch-1
[ko] fix a mistranslated sentence which explains pod-lifecycle
2 parents 67c7cc9 + b0ea0dc commit ba5b36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ID([UID](/ko/docs/concepts/overview/working-with-objects/names/#uids))가
3939

4040
파드는 자체적으로 자가 치유되지 않는다. 파드가
4141
{{< glossary_tooltip text="노드" term_id="node" >}}에 스케줄된 후에 해당 노드가 실패하면, 파드는 삭제된다. 마찬가지로, 파드는
42-
리소스 부족 또는 노드 유지 관리 작업으로 인해 축출되지 않는다. 쿠버네티스는
42+
리소스 부족 또는 노드 유지 관리 작업으로 인한 축출에서 살아남지 못한다. 쿠버네티스는
4343
{{< glossary_tooltip term_id="controller" text="컨트롤러" >}}라
4444
부르는 하이-레벨 추상화를 사용하여
4545
상대적으로 일회용인 파드 인스턴스를 관리하는 작업을 처리한다.

0 commit comments

Comments
 (0)