kladiv opened a new issue, #2722: URL: https://github.com/apache/apisix-ingress-controller/issues/2722
### Current Behavior Hello, according to https://github.com/apache/apisix-ingress-controller/issues/2559, it seems that annotation `k8s.apisix.apache.org/plugin-config-name` does still not work in latest AIC version. ### Expected Behavior Annotation correctly interpreted ### Error Logs Plugins are not interpreted ### Steps to Reproduce 1. Deploy an Ingress with an annotation ```yaml metadata: annotations: k8s.apisix.apache.org/plugin-config-name: my-plugin ``` 2. Check the Ingress resource with kubectl… the annotation is present 3. Observe that the plugin is not attached to the APISIX route ### Environment Helm Chart: apisix/apisix v2.13.0 (appVersion 3.15.0, AIC appVersion 2.0.1) Kubernetes RKE2: v1.35.0+rke2r1 -- 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]
