wolgod commented on issue #1165: URL: https://github.com/apache/apisix-ingress-controller/issues/1165#issuecomment-1186884448
In the code, I see the logic is that when the apisixroute update event, it will check the old apisixroute. At this time, the port of my svc has changed, so the check will fail, and then it will always fail ``` oldCtx, err = c.controller.translator.TranslateRouteV2beta3(obj.OldObject.V2beta3()) ``` -- 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]
