AlinsRan commented on issue #2471:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2471#issuecomment-3072497277

   Need to specify `ingressClassName` for associated resources
   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixRoute
   metadata:
     name: route
   spec:
     ingressClassName: apisix
     http:
     - name: rule0
       match:
         hosts:
         - httpbin-1
         paths:
         - /*
       backends:
       - serviceName: httpbin
         servicePort: 80
   ```


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to