Delete TODO in image_gc_manager

I think the TODO here may have actually been unnecessary. There isn't a
ton of interest around merging
https://github.com/kubernetes/kubernetes/pull/87425, which contains a
fix. Delete the TODO so we don't devote time to working on this area in
the future.
This commit is contained in:
mattjmcnaughton 2020-02-18 08:35:29 -05:00
parent 2e5d5ebf59
commit f5080850fc
No known key found for this signature in database
GPG Key ID: BC530981A9A1CC9D

View File

@ -185,7 +185,6 @@ func (im *realImageGCManager) Start() {
}, 5*time.Minute, wait.NeverStop)
// Start a goroutine periodically updates image cache.
// TODO(random-liu): Merge this with the previous loop.
go wait.Until(func() {
images, err := im.runtime.ListImages()
if err != nil {