mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Start the informerFactory in the ControllerContext
This commit is contained in:
parent
d92b788faa
commit
a4dfe40650
@ -294,6 +294,7 @@ func startControllers(cloud cloudprovider.Interface, ctx genericcontrollermanage
|
||||
}
|
||||
|
||||
c.SharedInformers.Start(stopCh)
|
||||
ctx.InformerFactory.Start(ctx.Stop)
|
||||
|
||||
select {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user