Skip to content

Commit b352338

Browse files
authored
Merge pull request #25419 from bl-ue/patch-2
Remove usage of 'we' in kubelet-garbage-collection.md
2 parents 6f2391b + 042e306 commit b352338

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 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-
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:
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.
@@ -84,4 +84,3 @@ Including:
8484

8585
See [Configuring Out Of Resource Handling](/docs/tasks/administer-cluster/out-of-resource/) for more details.
8686

87-

0 commit comments

Comments
 (0)