apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
231 stars 207 forks source link

docs: ingress namespace is different with apisix and apisix-dashboard #206

Open zaunist opened 2 years ago

zaunist commented 2 years ago

In our document, apisix and apisix-dashboard is installed to default namespace, but the apisix-ingress-controller is installed to ingress-apisix namespace. If we just install these charts according to official document, apisix-ingress-controller cannot be started normally because it is not in the same namespace as apisix.

image

tao12345666333 commented 2 years ago

you should add --set ingress-controller.config.apisix.serviceNamespace=<your namespace> flag.

tao12345666333 commented 2 years ago

see https://github.com/apache/apisix-helm-chart/issues/176#issuecomment-960422141

welcome to improve the documentation.

xewn commented 2 years ago

236 我觉得这已经是bug了,搞成一样的,就会少一些麻烦。很多用户都是头次接触,根本不懂K8S的使用。