mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #88268 from mattjmcnaughton/mattjmcnaughton/delete-image-manager-TODO
Delete TODO in `image_gc_manager`
This commit is contained in:
commit
e24a42f07b
@ -190,7 +190,6 @@ func (im *realImageGCManager) Start() {
|
|||||||
}, 5*time.Minute, wait.NeverStop)
|
}, 5*time.Minute, wait.NeverStop)
|
||||||
|
|
||||||
// Start a goroutine periodically updates image cache.
|
// Start a goroutine periodically updates image cache.
|
||||||
// TODO(random-liu): Merge this with the previous loop.
|
|
||||||
go wait.Until(func() {
|
go wait.Until(func() {
|
||||||
images, err := im.runtime.ListImages()
|
images, err := im.runtime.ListImages()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user