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

![微信截图_20210825143903](https://user-images.githubusercontent.com/25275823/130740016-3347d3c5-7ee9-4e10-952d-09c0a47928a6.png) ![image](https://user-images.githubusercontent.com/25275823/130740028-7b948b51-c48f-44b4-964b-8ebd96459485.png) ![QQ图片20210825144731](https://user-images.githubusercontent.com/25275823/130740260-0aa6d657-ef47-459b-882c-cf019dd0078e.png) ![QQ图片20210825144739](https://user-images.githubusercontent.com/25275823/130740272-c82bea64-8001-4420-b2ea-fd0de62752d8.png) 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? ![image](https://user-images.githubusercontent.com/20733031/126810598-e8e6f3ea-4bf1-46a0-8536-2189e150bba3.png)

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.

enhancement

## 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...