You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/cluster-administration/kubelet-garbage-collection.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,24 @@
1
1
---
2
-
title: 配置 kubelet 垃圾回收策略
2
+
title: 容器镜像的垃圾收集
3
3
content_type: concept
4
4
weight: 70
5
5
---
6
6
7
7
<!--
8
-
title: Configuring kubelet Garbage Collection
8
+
title: Garbage collection for container images
9
9
content_type: concept
10
10
weight: 70
11
11
-->
12
12
13
13
<!-- overview -->
14
14
15
15
<!--
16
-
Garbage collection is a helpful function of kubelet that will clean up unused images and unused containers.
17
-
Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
16
+
Garbage collection is a helpful function of kubelet that will clean up unused [images](/docs/concepts/containers/#container-images) and unused [containers](/docs/concepts/containers/). Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
18
17
19
18
External garbage collection tools are not recommended as these tools can potentially break the behavior of kubelet by removing containers expected to exist.
0 commit comments