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] 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.