You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/12 19:47:25 UTC

[GitHub] [apisix-ingress-controller] gxthrj commented on issue #578: feat: Can it support independent use of ApisixUpstream CRD in controller ?

gxthrj commented on issue #578:
URL: https://github.com/apache/apisix-ingress-controller/issues/578#issuecomment-878233399


   By now, as an enhancement of ApisixRoute, ApisixUpstream resources must be created when the upstream is referenced by at least one rule in ApisixRoute, and when ApisixUpstream is deleted, it will also be judged whether it is referenced by ApisixRoute, and the corresponding upstream object will be deleted if there is no reference.
   
   This really simplifies a lot of work, and from the point of view of APISIX, the upstream alone has no effect, and it must be used in conjunction with the route.
   
   @Donghui0 Can you describe your scenario?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org