From 53419ee971bbcdd855720eed79bc725a18662315 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 11 Nov 2015 22:47:09 +0100 Subject: [PATCH] doc: correct member 'the the -> the' (two 'the' member into one 'the' member) --- docs/admin/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/garbage-collection.md b/docs/admin/garbage-collection.md index 179c36ffea2..1156e6f1a28 100644 --- a/docs/admin/garbage-collection.md +++ b/docs/admin/garbage-collection.md @@ -53,7 +53,7 @@ with the docker leaking issues would be appreciated. kubernetes manages lifecycle of all images through imageManager, with the cooperation of cadvisor. The policy for garbage collecting images we apply takes two factors into consideration, -`HighThresholdPercent` and `LowThresholdPercent`. Disk usage above the the high threshold +`HighThresholdPercent` and `LowThresholdPercent`. Disk usage above the high threshold will trigger garbage collection, which attempts to delete unused images until the low threshold is met. Least recently used images are deleted first.