apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
    v2beta1 does not take effect, this may be a bug. environment: k8s: EKS 1.20 of AWS apisix helm version: 0.3.6
mkdir: cannot create directory '/bitnami/etcd': Permission denied is this ok? 
I use command `helm install apisix apisix/apisix \ --set ingress-controller.enabled=true \ --set dashboard.enabled=true \ --set etcd.enabled=false \ --set etcd.host={http://192.168.252.184:2379\,http://192.168.252.106:2379} \ --set admin.allow.ipList="" \ --namespace ingress-apisix` to install them. apisix and...
We should add a check in CI to determine whether the dependency in Chart.yaml is consistent with our cached dependency
Currently we provide three available charts: * apisix * apisix-dashboard * apisix-ingress-controller But both apisix-dashboard and apisix-ingress depend on apisix to work properly (and apisix is the core). Now in...
Sometimes people may need to mount their own plugins and enable them, currently, it's not easy to do this.
## Issue description Liveness probe failed after helm install. Run ```kubectl describe pods apisix-apisix-dashboard-5d45f878bb-5zgg6 -n ingress-apisix```, I gor following output: ``` Name: apisix-apisix-dashboard-5d45f878bb-5zgg6 Namespace: ingress-apisix Priority: 0 Node: docker-desktop/192.168.65.4 Start...
# way to install ```shell git clone https://github.com/apache/apisix-helm-chart.git cd apisix-helm-chart/charts/apisix helm dependency update . helm install apisix . --set gateway.type=NodePort --set allow.ipList="{0.0.0.0/0}" --namespace ingress-apisix ``` apisix image tag : apache/apisix:2.3-alpine...
Add a cleanall process, which can uninstall PVCs required by etcd
When applying for a PVC, you need to meet the requirements of the cloud service provider, for example, Tencent Cloud requires that the storage size of the PVC applied for...