apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
need to install apisix-2.13.1,which Compressed file should I choose?
`ingress-controller.config.kubernetes.ingressClass` and `ingress-controller.config.kubernetes.electionId` are sensitive to running multiple controllers, they should be derived from the name of the helm instance if not explicitly set.
### Issue description install apisix-ingress-controller by helm , install cmd: helm install apisix apisix/apisix --set gateway.type=NodePort --set ingress-controller.enabled=true --namespace ingress-apisix --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix --version 1.3.1 kubernates 1.23.0 Docker 23.0.4 apisix pod...
for https://github.com/apache/apisix-dashboard/pull/2850
I've been using APISIX LTS version and noticed that the corresponding Helm Chart hasn't been updated for a while. Recently, I found an issue(https://github.com/apache/apisix-helm-chart/pull/546#issue-1724260792) fixed in newer versions but not...
When we deploy apisix with dashboard enabled into a low-load cluster, we prefer to reuse the existing etcd cluster, such as the one that used by `kube-apiserver`, which has MTLS...
 看着是注释了的,是有什么其他的影响冲突? 在调整公有负载均衡参数的时候这些参数需要使用到  再一个,helm install apisix apisix/apisix ,helm 默认安装的是 2.1.0版本的,2.1.0版本 --set任何参数都不会生效;1.5.1版本正常;
Here is the logs in apisix deployment pod: `/usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd -- Thu, Jul 6 2023 4:41:43 pm | 2023/07/06 16:41:43 [emerg] 1#1: bind() to 0.0.0.0:443 failed (13: Permission denied)...
EDIT: Added control plane helm chart to better understand the problem. I was attempting to do 2 things: 1. Upgrade my data and control planes using 2.0.0, but I'm running...
Hi, I just started developing Java APISIX External Plugin, and found out the helm chart doesn't support `path-for-test` field. Is it missed on purpose? If it isn't could you add...