AlinsRan commented on PR #1586: URL: https://github.com/apache/apisix-ingress-controller/pull/1586#issuecomment-1378475217
> Code overall LGTM > > one question, how to deal with conflicts between ApisixGlobalRule and ApisixClusterConfig? There are two conflicts: 1. Construct the same name 2. Different objects use the same plugin. For 1, ApisixGlobalRule is a namespace-level resource that constructs objects based on namespace-name, and there is no identical name. For 2, use plugins in different global-rules objects, APISIX does not restrict this. (Of course, we need to point it out in the documentation, or recommend users to use ApisixGlobalRule) -- 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]
