Fix grammar in content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md

pull/25419/head
bl-ue 2020-12-06 17:12:19 -05:00 committed by GitHub
parent e5e0d74573
commit f61eea7e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Default is 85%.
2. `image-gc-low-threshold`, the percent of disk usage to which image garbage collection attempts
to free. Default is 80%.
Users can customize garbage collection policy through the following kubelet flags:
Users can customize the 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 garbage collected.
@ -84,4 +84,3 @@ Including:
See [Configuring Out Of Resource Handling](/docs/tasks/administer-cluster/out-of-resource/) for more details.