AlinsRan opened a new issue, #1186:
URL: https://github.com/apache/apisix-ingress-controller/issues/1186
## backgroup
At present, for k8s resource update, we use the `TranslateUpstream` method
to translate old objects. This method requires parsing the latest services to
build objects, resulting in data inconsistency.
Due to the wrong construction of upstream objects, upstream cannot be
deleted, resulting in object redundancy.
## proposal
Implement an interface or function for related resources
Take the route object from the cache to construct Upstream and PluginConfig.
## dependencies
- [ ] ApisixRoute
- [ ] Ingress
- [ ] Gateway
- [ ] HTTPRoute
--
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]