Skip to content

Commit

Permalink
Merge pull request kubernetes#88268 from mattjmcnaughton/mattjmcnaugh…
Browse files Browse the repository at this point in the history
…ton/delete-image-manager-TODO

Delete TODO in `image_gc_manager`
  • Loading branch information
k8s-ci-robot committed Jun 21, 2020
2 parents 628102d + f508085 commit e24a42f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kubelet/images/image_gc_manager.go
Expand Up @@ -190,7 +190,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 {
Expand Down

0 comments on commit e24a42f

Please sign in to comment.