jens-skribble commented on issue #12989:
URL: https://github.com/apache/apisix/issues/12989#issuecomment-3883682517

   I was able to narrow it down.
   
   The warning appears in our setup in the logs if I have a `ApisixGlobalRule` 
installed.
   It disappears once the `ApisixGlobalRule` is deleted.
   
   I was able to trigger the warning with either one of following 
`ApisixGlobalRules`:
   
   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixGlobalRule
   metadata:
     name: global-ip-rate-limit
   spec:
     ingressClassName: apisix
     plugins:
     - name: limit-count
       enable: true
       config:
         count: 600
         time_window: 60
         rejected_code: 503
         key: remote_addr
         policy: local
   ```
   
   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixGlobalRule
   metadata:
     name: proxy-protocol-real-ip
   spec:
     ingressClassName: apisix
     plugins:
       - config:
           source: proxy_protocol_addr
           trusted_addresses:
             - 127.0.0.0/8
             - 10.10.11.0/24
         enable: true
         name: real-ip
   ```


-- 
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]

Reply via email to