apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

Apache APISIX Helm Chart

Results 215 apisix-helm-chart issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/2375525/145202259-65f0bf73-bdb1-46de-81fa-3ebc9a2292e5.png) ![image](https://user-images.githubusercontent.com/2375525/145202322-c76ab098-bb70-4dbe-b3b7-aa8de86210de.png)

question
wait-for-update

1.install apisix success ![image](https://user-images.githubusercontent.com/26026314/143400573-002c10e2-00e9-4a30-aa2c-d1731527bc64.png) ![image](https://user-images.githubusercontent.com/26026314/143400773-962b099c-8247-4397-b078-6bfbd5332110.png) 2.lb's ip is 192.168.8.240 ![image](https://user-images.githubusercontent.com/26026314/143400617-a13eece7-f36b-4c06-a77c-f3e8af462836.png) 3.when i want to open dashboard,it report 404,why? ![image](https://user-images.githubusercontent.com/26026314/143400913-d2f7fc80-2630-4f95-9be5-f9192bc02b87.png)

etcd config: ![image](https://user-images.githubusercontent.com/89952423/143018502-21ee771f-b122-4670-85cb-79d18953230f.png) gateway tls: ![image](https://user-images.githubusercontent.com/89952423/143018532-e39b1bb3-f5d7-4a0b-a1e4-5366085ff699.png) apisix container log: ![image](https://user-images.githubusercontent.com/89952423/143018546-a0ef2b9e-194d-446d-b1bf-eb02ab4da377.png) curl in container: ![image](https://user-images.githubusercontent.com/89952423/143021099-73becbfb-a6a4-45cc-b1f6-5a53114f9635.png) The ca,cert and key used by etc are consistent with the certification used by curl.

### Issue description I used helm install apisix-dashboard, but I found there is no way to config etcd.prefix. ![image](https://user-images.githubusercontent.com/3917749/142810318-63852f25-d4e2-4fba-bd62-d8a745910534.png) how to config etcd.prefix when I used "helm install apisix-dashboard"? ###...

env: k8s: 1.21 apisix-helm-chart: 0.7.2 install cmd: helm install apisix apisix \ -f apisix/values.yaml \ --set apisix.replicaCount=1 \ --set gateway.type=LoadBalancer \ --set admin.allow.ipList="{0.0.0.0/0}" \ --set etcd.enabled=true \ --set etcd.persistence.enabled=false \...

- etcd V3 - k8s 1.18.10 - apisix charts 0.7.2 1.外部etcd https访问方式 ETCDCTL_API=3 etcdctl \ --endpoints=http://192.168.2.202:2379 \ --cacert=/etc/kubernetes/ca/ca.pem \ --cert=/etc/kubernetes/ca/etcd/etcd.pem \ --key=/etc/kubernetes/ca/etcd/etcd-key.pem \ endpoint health 2. 创建 secret kubectl create...

I've been running apisix chart version 0.4.0 and now I am upgrading the chart to 0.6.0. I got an error from etcd pod like following messages: ``` etcd 03:39:22.52 etcd...

使用官方的镜像部署到k8s后, 开发的三方插件的运行环境 1. 比如开发的一个go的插件. alpine 镜像中包含go运行的环境没. 这个场景有Example吗? 2. 自己开发的插件在k8s的环境下怎么放到pod上. 挂载吗? 有做过相关的例子

![image](https://user-images.githubusercontent.com/17878390/136377096-f7757520-335a-4243-a85a-64d081e7d111.png) 目前最新gateway app版本2.7 dashboard 2.8 ,dashboard新建路由会有字段keepalive_pool,但是2.8gateway没有处理,导致一直报错 err:additional properties forbidden, found keepalive_pool gateway app版本2.6 dashboard 2.7 没有问题 这个问题搞了我半天!!!

Installing ingress in an ARM environment is difficult, can we provide the ARM version of helm?