apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
 
1.install apisix success   2.lb's ip is 192.168.8.240  3.when i want to open dashboard,it report 404,why? 
etcd config:  gateway tls:  apisix container log:  curl in container:  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.  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上. 挂载吗? 有做过相关的例子
 目前最新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?