fhuzero commented on issue #338:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/338#issuecomment-861399813


   By installing apisix-ingress-controller via Helm Charts (following [Install 
Ingress APISIX on 
Minikube](https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/deployments/minikube.md)),
 I have got expected response (Hooray!) in this 
[example](https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/practices/proxy-the-httpbin-service.md#test),
 except with a `Defaulted container "apisix" out of: apisix, wait-etcd (init)` 
before the response. I suppose it is fine.
   
   But here is my problem. When I tried to install apisix-ingress-controller by 
Kustomize according to 
[this](https://github.com/apache/apisix-ingress-controller/blob/master/install.md#kustomize-support),
 the instruction says
   
   > Parameters are hardcoded so if the default values are not good for you, 
just tweak them manually.
   
   So I changed the container image version to the latest one. And also changed 
`apisix.base_url` to `http://apisix-admin:9180/apisix/admin`, instead of its 
default `http://127.0.0.1:9080/apisix/admin`, just as `--set 
config.apisix.baseURL=http://apisix-admin:9180/apisix/admin` when installing 
apisix-ingress-controller by Helm Charts.  Then I cannot pass the test and got 
404 error message like before. IMHO, [Kustomize 
Support](https://github.com/apache/apisix-ingress-controller/blob/master/install.md#kustomize-support)
 part is not very easy to understand. Is there any other values need to be 
_tweaked manully_?


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


Reply via email to