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:
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 :
|
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.
|
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
|
2. `image-gc-low-threshold`, the percent of disk usage to which image garbage collection attempts
|
||||||
to free. Default is 80%.
|
to free. Default is 80%.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user