gxthrj opened a new issue #539:
URL: https://github.com/apache/apisix-ingress-controller/issues/539


   ### Issue description
   Take ApisixRoute as an example,
   1. When applying a new ApisixRoute resource to the k8s cluster, if an error 
occurs during the synchronization process, a retry will be triggered.
   2. At this time, the ApisixRoute that failed to synchronize is deleted, and 
the previous retries will continue.
   
   
   ### What's the expected result?
   We need to make another judgment when the watch reaches the add event to 
determine whether the resource exists. Prevent meaningless retries.
   
   Other resources also need to be handled in the same way.


-- 
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.

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


Reply via email to