Merge pull request #103951 from sdmodi/startinformer
Start the informerFactory in the ControllerContext
This commit is contained in:
		| @@ -294,6 +294,7 @@ func startControllers(cloud cloudprovider.Interface, ctx genericcontrollermanage | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	c.SharedInformers.Start(stopCh) | 	c.SharedInformers.Start(stopCh) | ||||||
|  | 	ctx.InformerFactory.Start(ctx.Stop) | ||||||
|  |  | ||||||
| 	select {} | 	select {} | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot