Skip to content

Commit 264e02a

Browse files
authored
Merge pull request #48731 from my-git9/pp-26682
[zh-cn]sync garbage-collection.md
2 parents ab5d2c1 + d52c865 commit 264e02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/architecture/garbage-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@ to override this behaviour, see [Delete owner objects and orphan dependents](/do
229229
## Garbage collection of unused containers and images {#containers-images}
230230
231231
The {{<glossary_tooltip text="kubelet" term_id="kubelet">}} performs garbage
232-
collection on unused images every two minutes and on unused containers every
232+
collection on unused images every five minutes and on unused containers every
233233
minute. You should avoid using external garbage collection tools, as these can
234234
break the kubelet behavior and remove containers that should exist.
235235
-->
236236
## 未使用容器和镜像的垃圾收集 {#containers-images}
237237

238-
{{<glossary_tooltip text="kubelet" term_id="kubelet">}} 会每两分钟对未使用的镜像执行一次垃圾收集
238+
{{<glossary_tooltip text="kubelet" term_id="kubelet">}} 会每五分钟对未使用的镜像执行一次垃圾收集
239239
每分钟对未使用的容器执行一次垃圾收集。
240240
你应该避免使用外部的垃圾收集工具,因为外部工具可能会破坏 kubelet
241241
的行为,移除应该保留的容器。

0 commit comments

Comments
 (0)