Baoyuantop commented on issue #2727:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2727#issuecomment-3976660346

   This is expected behavior according to the Gateway API specification, not a 
bug. You can explicitly allow other namespaces in the Gateway's Listener:
   
   ```
   spec:
     listeners:
     - name: http
       port: 80
       protocol: HTTP
       allowedRoutes:
         namespaces:
           from: All
   ```


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