Skip to content

Commit fad300a

Browse files
authored
Merge pull request #25457 from Kartik494/updatedoc
Retitle “Configuring kubelet Garbage Collection"
2 parents 14f4694 + 7f45bcc commit fad300a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
reviewers:
3-
title: Configuring kubelet Garbage Collection
3+
title: Garbage collection for container images
44
content_type: concept
55
weight: 70
66
---
77

88
<!-- overview -->
99

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.
1111

1212
External garbage collection tools are not recommended as these tools can potentially break the behavior of kubelet by removing containers expected to exist.
1313

0 commit comments

Comments
 (0)