Update garbage-collection.md
change "any" to "every"
This commit is contained in:
committed by
Andrew Chen
parent
e1fcf04cc1
commit
b71c9927e4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user