Skip to content

Commit 7f45bcc

Browse files
author
kartik494
committed
Retitle “Configuring kubelet Garbage Collection"
1 parent a0cf6ca commit 7f45bcc

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)