We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628102d + f508085 commit e24a42fCopy full SHA for e24a42f
pkg/kubelet/images/image_gc_manager.go
@@ -190,7 +190,6 @@ func (im *realImageGCManager) Start() {
190
}, 5*time.Minute, wait.NeverStop)
191
192
// Start a goroutine periodically updates image cache.
193
- // TODO(random-liu): Merge this with the previous loop.
194
go wait.Until(func() {
195
images, err := im.runtime.ListImages()
196
if err != nil {
0 commit comments