shareinto commented on issue #1393: URL: https://github.com/apache/apisix-ingress-controller/issues/1393#issuecomment-1337081651
> > Hi @shareinto. I think if you don't want to make big changes, you just need to add a waiting condition here https://github.com/apache/apisix-ingress-controller/blob/master/pkg/providers/ingress/ingress.go#L90 add `secretInformer.HasSynced`. > > What do you think? > > Yes, I agree with your method, but there is a problem that it is difficult to get secretInformer in the ingress provider I found that secretInformer and so on are initialized in the global scope, so I can pass it to the Ingress Provider, I made a new commit, you can see if it workshttps://github.com/apache/apisix-ingress-controller/pull/1394/commits/df91ea69b10e683af13068bc509559e2659c3ce8 -- 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]
