File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ weight: 70
6
6
7
7
<!-- overview -->
8
8
9
+
10
+ {{< note >}}
11
+ 이 한글 문서는 더 이상 관리되지 않습니다.
12
+
13
+ 이 문서의 기반이 된 영어 원문은 삭제되었으며,
14
+ [ Garbage Collection] ( /docs/concepts/architecture/garbage-collection/ ) 에 병합되었습니다.
15
+
16
+ [ Garbage Collection] ( /docs/concepts/architecture/garbage-collection/ ) 의 한글화가 완료되면,
17
+ 이 문서는 삭제될 수 있습니다.
18
+ {{< /note >}}
19
+
20
+
9
21
가비지 수집은 사용되지 않는
10
22
[ 이미지] ( /ko/docs/concepts/containers/#컨테이너-이미지 ) 들과
11
23
[ 컨테이너] ( /ko/docs/concepts/containers/ ) 들을 정리하는 kubelet의 유용한 기능이다. Kubelet은
Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ weight: 60
6
6
7
7
<!-- overview -->
8
8
9
+
10
+ {{< note >}}
11
+ 이 한글 문서는 더 이상 관리되지 않습니다.
12
+
13
+ 이 문서의 기반이 된 영어 원문은 삭제되었으며,
14
+ [ Garbage Collection] ( /docs/concepts/architecture/garbage-collection/ ) 에 병합되었습니다.
15
+
16
+ [ Garbage Collection] ( /docs/concepts/architecture/garbage-collection/ ) 의 한글화가 완료되면,
17
+ 이 문서는 삭제될 수 있습니다.
18
+ {{< /note >}}
19
+
20
+
9
21
쿠버네티스의 가비지 수집기는 한때 소유자가 있었지만, 더 이상
10
22
소유자가 없는 오브젝트들을 삭제하는 역할을 한다.
11
23
You can’t perform that action at this time.
0 commit comments