Skip to content

Commit f508085

Browse files
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 kubernetes#87425, which contains a fix. Delete the TODO so we don't devote time to working on this area in the future.
1 parent 2e5d5eb commit f508085

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
@@ -185,7 +185,6 @@ func (im *realImageGCManager) Start() {
185185
}, 5*time.Minute, wait.NeverStop)
186186

187187
// Start a goroutine periodically updates image cache.
188-
// TODO(random-liu): Merge this with the previous loop.
189188
go wait.Until(func() {
190189
images, err := im.runtime.ListImages()
191190
if err != nil {

0 commit comments

Comments
 (0)