From f61eea7e9841347e7f9d80212b43afe0dc0764ab Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 6 Dec 2020 17:12:19 -0500 Subject: [PATCH] Fix grammar in content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md --- .../cluster-administration/kubelet-garbage-collection.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md b/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md index d8d1a8d77f..00b6c00353 100644 --- a/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md +++ b/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md @@ -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. -