fix kubelet garbage collected typo
This commit is contained in:
@@ -42,7 +42,7 @@ to free. Default is 80%.
|
|||||||
We also allow users to customize garbage collection policy through the following kubelet flags:
|
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
|
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
|
2. `maximum-dead-containers-per-container`, maximum number of old instances to be retained
|
||||||
per container. Default is 1.
|
per container. Default is 1.
|
||||||
3. `maximum-dead-containers`, maximum number of old instances of containers to retain globally.
|
3. `maximum-dead-containers`, maximum number of old instances of containers to retain globally.
|
||||||
|
|||||||
Reference in New Issue
Block a user