tokers opened a new issue #277: URL: https://github.com/apache/apisix-ingress-controller/issues/277
Now we have a helm charts repository https://charts.apiseven.com, while in all deployment related docs like azure.md, aws.md, we still use the charts in apisix-helm-chart to install APISIX and apisix-ingress-controller, we should change to use the online repository.  We can change the above to: ```shell cd /path/to/apisix-helm-chart helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add apisix https://charts.apiseven.com # Use `hem search repo apisix` to search charts about apisix helm repo update helm install apisix apisix/apisix \ --set gateway.type=LoadBalancer \ --set allow.ipList="{0.0.0.0/0}" \ --namespace ingress-apisix kubectl get service --namespace ingress-apisix ``` ---------------------------------------------------------------- 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]
