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/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
reviewers:
3
-
title: Configuring kubelet Garbage Collection
3
+
title: Garbage collection for container images
4
4
content_type: concept
5
5
weight: 70
6
6
---
7
7
8
8
<!-- overview -->
9
9
10
-
Garbage collection is a helpful function of kubelet that will clean up unused images and unused containers. Kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
10
+
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.
11
11
12
12
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