From 3f17dd0479fe74b7a7a10a70d0b8313c0e298181 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 8 Aug 2017 09:48:33 -0500 Subject: [PATCH] update image gc default value --- admin_guide/garbage_collection.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_guide/garbage_collection.adoc b/admin_guide/garbage_collection.adoc index ec2f55bca219..b3cc6d864f96 100644 --- a/admin_guide/garbage_collection.adoc +++ b/admin_guide/garbage_collection.adoc @@ -121,7 +121,7 @@ settings into consideration: |`*image-gc-high-threshold*` |The percent of disk usage (expressed as an integer) which triggers image -garbage collection. The default is *90*. +garbage collection. The default is *85*. |`*image-gc-low-threshold*` |The percent of disk usage (expressed as an integer) to which image garbage @@ -138,7 +138,7 @@ it does not already exist: ---- kubeletArguments: image-gc-high-threshold: - - "90" + - "85" image-gc-low-threshold: - "80" ----