dickens7 opened a new issue, #1086:
URL: https://github.com/apache/apisix-ingress-controller/issues/1086

   ### Issue description
   
   Expects to set ApisixService for routes via annotation when Ingress is 
defined
   
   E.g:
   >  k8s.apisix.apache.org/bind-service: myservice
   ```yaml
   apiVersion: networking.k8s.io/v1
   kind: Ingress
   metadata:
     annotations:
       kubernetes.io/ingress.class: apisix
       k8s.apisix.apache.org/use-regex: "true"
       k8s.apisix.apache.org/bind-service: myservice
     name: ingress-v1
   spec:
     rules:
     - host: httpbin.org
       http:
         paths:
         - path: /
           pathType: ImplementationSpecific
           backend:
             service:
               name: service1
               port:
                 number: 80
   ```
   
   ### Environment
   
   - your apisix-ingress-controller version (output of 
apisix-ingress-controller version --long):
   - your Kubernetes cluster version (output of kubectl version):
   - if you run apisix-ingress-controller in Bare-metal environment, also show 
your OS version (uname -a):
   


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