Merge pull request #646 from andrewmichaelsmith/patch-1

GC gc's unused images, not unreferenced
pull/828/merge
Phillip Wittrock 2016-07-19 12:09:09 -07:00 committed by GitHub
commit c64f154b81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* TOC
{:toc}
Garbage collection is a helpful function of kubelet that will clean up unreferenced images and unused containers. kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
Garbage collection is a helpful function of kubelet that will clean up unused images and unused containers. kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
External garbage collection tools are not recommended as these tools can potentially break the behavior of kubelet by removing containers expected to exist.