Remove usage of 'we' in kubelet-garbage-collection.md

This commit is contained in:
bl-ue
2020-12-06 08:24:03 -05:00
committed by GitHub
parent bc72bf3319
commit e5e0d74573
@@ -44,7 +44,7 @@ Default is 85%.
2. `image-gc-low-threshold`, the percent of disk usage to which image garbage collection attempts
to free. Default is 80%.
We also allow users to customize garbage collection policy through the following kubelet flags:
Users can customize garbage collection policy through the following kubelet flags:
1. `minimum-container-ttl-duration`, minimum age for a finished container before it is
garbage collected. Default is 0 minute, which means every finished container will be garbage collected.