Skip to content

Commit 276c2a0

Browse files
Update garbage-collection.md
1 parent 1fe2591 commit 276c2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ downgrade `MaxPerPodContainer` to `1` and evict the oldest containers.
369369
Additionally, containers owned by pods that have been deleted are removed once
370370
they are older than `MinAge`.
371371
-->
372-
除以上变量之外,kubelet 还会垃圾收集除无标识的以及已删除的容器,通常从最近未使用的容器开始
372+
除以上变量之外,kubelet 还会垃圾收集除无标识的以及已删除的容器,通常从最长时间未使用的容器开始
373373

374374
当保持每个 Pod 的最大数量的容器(`MaxPerPodContainer`)会使得全局的已死亡容器个数超出上限
375375
`MaxContainers`)时,`MaxPerPodContainer``MaxContainers` 之间可能会出现冲突。

0 commit comments

Comments
 (0)