Skip to content

Commit 3708e78

Browse files
authored
Merge pull request #43851 from grasbergerm/patch-1
Update garbage-collection.md
2 parents 4c04be3 + 0004c99 commit 3708e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/garbage-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ to override this behaviour, see [Delete owner objects and orphan dependents](/do
111111
## Garbage collection of unused containers and images {#containers-images}
112112

113113
The {{<glossary_tooltip text="kubelet" term_id="kubelet">}} performs garbage
114-
collection on unused images every five minutes and on unused containers every
114+
collection on unused images every two minutes and on unused containers every
115115
minute. You should avoid using external garbage collection tools, as these can
116116
break the kubelet behavior and remove containers that should exist.
117117

0 commit comments

Comments
 (0)