Skip to content

Commit 042e306

Browse files
authored
Update kubelet-garbage-collection.md
1 parent f61eea7 commit 042e306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Containers that are not managed by kubelet are not subject to container garbage
3737

3838
## User Configuration
3939

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 :
4141

4242
1. `image-gc-high-threshold`, the percent of disk usage which triggers image garbage collection.
4343
Default is 85%.
4444
2. `image-gc-low-threshold`, the percent of disk usage to which image garbage collection attempts
4545
to free. Default is 80%.
4646

47-
Users can customize the garbage collection policy through the following kubelet flags:
47+
You can customize the garbage collection policy through the following kubelet flags:
4848

4949
1. `minimum-container-ttl-duration`, minimum age for a finished container before it is
5050
garbage collected. Default is 0 minute, which means every finished container will be garbage collected.

0 commit comments

Comments
 (0)