mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
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:
parent
2e5d5ebf59
commit
f5080850fc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user