From a9c6b4dba065d6d855fa34ba09a967ee9671ec56 Mon Sep 17 00:00:00 2001 From: Moonhyuk Choi Date: Fri, 2 Nov 2018 06:03:26 +0900 Subject: [PATCH] Update default 'image-gc-high-threshold' (#10703) When I check the kubelet option document and actual kubelet config value, default is 85 instead of 90. --- .../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 1d3c42bac3..6d12aa176d 100644 --- a/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md +++ b/content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md @@ -41,7 +41,7 @@ Containers that are not managed by kubelet are not subject to container garbage Users 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 90%. +Default is 85%. 2. `image-gc-low-threshold`, the percent of disk usage to which image garbage collection attempts to free. Default is 80%.