Update garbage-collection.md

change "any" to "every"
This commit is contained in:
Xiaoyu Zhang
2017-03-06 18:22:51 +08:00
committed by Andrew Chen
parent e1fcf04cc1
commit b71c9927e4
+1 -1
View File
@@ -42,7 +42,7 @@ to free. Default is 80%.
We also allow users to customize garbage collection policy through the following kubelet flags:
1. `minimum-container-ttl-duration`, minimum age for a finished container before it is
garbage collected. Default is 0 minute, which means any finished container will be garbaged collected.
garbage collected. Default is 0 minute, which means every finished container will be garbaged collected.
2. `maximum-dead-containers-per-container`, maximum number of old instances to retain
per container. Default is 1.
3. `maximum-dead-containers`, maximum number of old instances of containers to retain globally.