fix kubelet garbage collected typo

This commit is contained in:
m1093782566 2017-08-04 16:40:08 +08:00 committed by Andrew Chen
parent 2178c54da4
commit 225310ccff
1 changed files with 1 additions and 1 deletions

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 every finished container will be garbaged collected.
garbage collected. Default is 0 minute, which means every finished container will be garbage collected.
2. `maximum-dead-containers-per-container`, maximum number of old instances to be retained
per container. Default is 1.
3. `maximum-dead-containers`, maximum number of old instances of containers to retain globally.