mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Merge pull request #88268 from mattjmcnaughton/mattjmcnaughton/delete-image-manager-TODO
Delete TODO in `image_gc_manager`
This commit is contained in:
		| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user