Skip to content

Commit e24a42f

Browse files
authored
Merge pull request kubernetes#88268 from mattjmcnaughton/mattjmcnaughton/delete-image-manager-TODO
Delete TODO in `image_gc_manager`
2 parents 628102d + f508085 commit e24a42f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/kubelet/images/image_gc_manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func (im *realImageGCManager) Start() {
190190
}, 5*time.Minute, wait.NeverStop)
191191

192192
// Start a goroutine periodically updates image cache.
193-
// TODO(random-liu): Merge this with the previous loop.
194193
go wait.Until(func() {
195194
images, err := im.runtime.ListImages()
196195
if err != nil {

0 commit comments

Comments
 (0)