Anthony4m commented on issue #10907:
URL: https://github.com/apache/apisix/issues/10907#issuecomment-3553649233

   I have this route 
   ```
   apiVersion: networking.k8s.io/v1
   kind: Ingress
   metadata:
     name: httpbin-ingress
     namespace: apisix
   spec:
     ingressClassName: apisix
     rules:
       - http:
           paths:
             - backend:
                 service:
                   name: httpbin
                   port:
                     number: 80
               path: /ip
               pathType: Exact
   ```
   and I followed the documentation on the site but still get a 404, if i use 
curl to directly create a route to the admin api it works other than that 
nothing works


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