From e5e0d74573628893e7889c44d72caff8f3eb011d Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 6 Dec 2020 08:24:03 -0500 Subject: [PATCH 1/3] Remove usage of 'we' in kubelet-garbage-collection.md --- .../cluster-administration/kubelet-garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1590561cc9..d8d1a8d77f 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%. -We also allow users to customize garbage collection policy through the following kubelet flags: +Users can 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 garbage collected. 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 2/3] 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. - From 042e3062c65c5d1ea29f43d78991a2392115f7de Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Mon, 7 Dec 2020 12:44:03 -0500 Subject: [PATCH 3/3] Update kubelet-garbage-collection.md --- .../cluster-administration/kubelet-garbage-collection.md | 4 ++-- 1 file changed, 2 insertions(+), 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 00b6c00353..9f6dc7599d 100644 --- a/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md +++ b/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md @@ -37,14 +37,14 @@ Containers that are not managed by kubelet are not subject to container garbage ## User Configuration -Users can adjust the following thresholds to tune image garbage collection with the following kubelet flags : +You can adjust the following thresholds to tune image garbage collection with the following kubelet flags : 1. `image-gc-high-threshold`, the percent of disk usage which triggers image garbage collection. 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 the garbage collection policy through the following kubelet flags: +You 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.