AlinsRan commented on issue #1393:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/1393#issuecomment-1338693409

   
   how to add code here 
https://github.com/apache/apisix-ingress-controller/blob/master/pkg/providers/controller.go#L388
 ?
   ```golang
        c.kubeFactory.Start(ctx.Done())
        c.apisixFactory.Start(ctx.Done())
   
        c.kubeFactory.WaitForCacheSync(ctx.Done())
        c.apisixFactory.WaitForCacheSync(ctx.Done())
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to