apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
en https://kubernetes.io/docs/concepts/storage/volumes/#configmap > A container using a ConfigMap as a [subPath](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath) volume mount will not receive ConfigMap updates. Maybe remove `subPath` is better ? We can use `apisix reload` without...
Hi all, I'm trying to setup the **authz-keycloak** plugin. My keycloak server replays at **https://k6k.m01.net** and it have key and certificate signed by my pricate Certification Authority. Trying to access...
### Issue description helm安装的apisix 2.9 之后一直有error报错,但并不影响功能使用;报错日志如下:  请问这是什么引起的报错? ### Environment - apisix version (cmd: `apisix version`): 2.9 - OS (cmd: `uname -a`): Amazon Linux - OpenResty / Nginx version (cmd:...
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...
Hi all, I need to enable the https protocol on the apisisx ingress gateway. I don't know how to setup the variables in the helm chart values.yaml to enable HTTPS....
现在有3个chart,好像都不全。 Apache APISIX Helm Chart Apache APISIX Dashboard Helm Chart Apache APISIX Ingress Controller Helm Chart 方便搞一个包含这3部分的chart?helm一次性就可以把这3个都安装好的。
I have a cluster. i install APISIX via Helm with: ``` helm install apisix apisix/apisix \ --set gateway.type=NodePort \ --set dashboard.enabled=true \ --set etcd.persistence.size=15G \ --set etcd.persistence.enabled=true \ --set etcd.volumePermissions.enabled=true...
**rancher k3s v1.20.7+k3s1 centos7 Linux 4.19.90-25.5.aarch64 helm v3.4.2 ** 1. update apisix/vaules.yaml ``` dashboard: enabled: true ingress-controller: enabled: true ``` 2.helm install apisix apisix/ -n apisix 3.error msg >CrashLoopBackOff: back-off...
``` Name: apisix-1640071150-etcd-0 Namespace: default Priority: 0 Node: izbp17djxylxntd8nigwg0z/172.16.219.233 Start Time: Tue, 21 Dec 2021 16:06:54 +0800 Labels: app.kubernetes.io/instance=apisix-1640071150 app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=etcd controller-revision-hash=apisix-1640071150-etcd-5f57bcbf6 helm.sh/chart=etcd-6.2.6 statefulset.kubernetes.io/pod-name=apisix-1640071150-etcd-0 Annotations: cni.projectcalico.org/podIP: 100.79.164.131/32 Status: Running IP:...
k8s version: 1.20.11-aliyun.1 **first time deploy command:** helm install apisix -n apisix --set apisix.replicaCount=3 --set apisix.resources.requests.cpu=100m --set apisix.resources.requests.memory=1Gi --set apisix.resources.limits.cpu=8 --set apisix.resources.limits.memory=8Gi --set gateway.type=NodePort --set gateway.tls.enabled=true --set gateway.stream.enabled=true --set etcd.replicaCount=3...