bahtou opened a new issue #338: URL: https://github.com/apache/apisix-ingress-controller/issues/338
### Issue description Trying to go through the minikube setup here: https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/deployments/minikube.md The installation works fine. It is when I try to test the connection by following the practice example that I run into issues: https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/practices/proxy-the-httpbin-service.md#test After applying the `httpbin-route.yaml` I expected the route to be registered in the Apisix so after running `kubectl exec -it -n ${namespace of Apache APISIX} ${Pod name of Apache APISIX} -- curl http://127.0.0.1:9180/apisix/admin/routes -H 'X-API-Key: edd1c9f034335f136f87ad84b625c8f1'` the returned payload shows no record of the httpbin. And running `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'` returns a 404. Are the docs missing something? -- 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]
