lianghao208 opened a new issue #211: URL: https://github.com/apache/apisix-ingress-controller/issues/211
### Issue description I follow the doc instruction to install apisix-ingress-controller: [https://github.com/apache/apisix-ingress-controller/blob/master/docs/install.md](https://github.com/apache/apisix-ingress-controller/blob/master/docs/install.md) and Verified Installation following the doc: [https://github.com/apache/apisix-ingress-controller/blob/master/docs/samples/proxy-the-httpbin-service.md](https://github.com/apache/apisix-ingress-controller/blob/master/docs/samples/proxy-the-httpbin-service.md ) but at the last step, `request to Apache APISIX to verify the route.` with command: `kubectl exec -it -n ${namespace of Apache APISIX} ${Pod name of Apache APISIX} -- curl http://127.0.0.1:9080/headers -H 'Host: local.httpbin.org'` I didn't get the 404 response `{"error_msg":"404 Route Not Found"}` instead of ```json { "headers": { "Accept": "*/*", "Host": "httpbin.org", "User-Agent": "curl/7.64.1", "X-Amzn-Trace-Id": "Root=1-5ffc3273-2928e0844e19c9810d1bbd8a" } ``` in doc. Did I miss any steps to configure the controller? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
