Commit 39023311 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17134 from ingvagabund/garbage-collection-documentation

Auto commit by PR queue bot
parents b873dce2 53419ee9
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment