File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ Containers that are not managed by kubelet are not subject to container garbage
37
37
38
38
## User Configuration
39
39
40
- Users can adjust the following thresholds to tune image garbage collection with the following kubelet flags :
40
+ You can adjust the following thresholds to tune image garbage collection with the following kubelet flags :
41
41
42
42
1 . ` image-gc-high-threshold ` , the percent of disk usage which triggers image garbage collection.
43
43
Default is 85%.
44
44
2 . ` image-gc-low-threshold ` , the percent of disk usage to which image garbage collection attempts
45
45
to free. Default is 80%.
46
46
47
- We also allow users to customize garbage collection policy through the following kubelet flags:
47
+ You can customize the garbage collection policy through the following kubelet flags:
48
48
49
49
1 . ` minimum-container-ttl-duration ` , minimum age for a finished container before it is
50
50
garbage collected. Default is 0 minute, which means every finished container will be garbage collected.
@@ -84,4 +84,3 @@ Including:
84
84
85
85
See [ Configuring Out Of Resource Handling] ( /docs/tasks/administer-cluster/out-of-resource/ ) for more details.
86
86
87
-
You can’t perform that action at this time.
0 commit comments