Skip to content

Commit f61eea7

Browse files
authored
Fix grammar in content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md
1 parent e5e0d74 commit f61eea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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 garbage collection policy through the following kubelet flags:
47+
Users 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)