sumeng001 opened a new issue #730: URL: https://github.com/apache/apisix-ingress-controller/issues/730
### Issue description ### Environment * your apisix-ingress-controller version (output of `apisix-ingress-controller version --long`); HI: I installed apisix-ingress using the documentation, but it shows when viewing apisixRoute ApisixIngress synced failed, with error: service "" not found version: apache/apisix-ingress-controller:1.3.0    # httpbin-route.yaml apiVersion: apisix.apache.org/v2beta1 kind: ApisixRoute metadata: name: httpserver-route spec: http: - name: rule1 match: hosts: - local.httpbin.org paths: - /* backend: 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
