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.
This commit is contained in:
Moonhyuk Choi
2018-11-02 06:03:26 +09:00
committed by k8s-ci-robot
parent 5c4646c92b
commit a9c6b4dba0
@@ -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%.