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

k8s版本: aws 宁夏区 eks kubectl version --short Client Version: v1.19.6-eks-49a6c0 Server Version: v1.20.15-eks-0d102a7 apisix 版本: ``` $ helm list -n ingress-apisix NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION apisix...

Support hmacAuth for helm chart. Needs to upgrade to the latest apisix-ingress-controller version, but I don't know which one now, I don't modify the values.yaml. Ref to [#1035](https://github.com/apache/apisix-ingress-controller/pull/1035)

with main snippet don`t modify nginx command `worker_rlimit_nofile、events.worker_connections、events.use`

最近看到经常发布版本,但是每次更新了什么,完全不知道。方便把issues解决了的清单放在发布记录不?

Hello, Currently the `values.yaml` of `apisix-ingress-controller` includes `config.apisix.serviceNamespace=ingress-apisix`. Users can override this during installation by passing `--set config.apisix.serviceNamespace`. Wouldn't it be a little more flexible having `config.apisix.serviceNamespace` by default using...

enhancement

Add new Kind: Ingress for the admin API calls. This is a convenience feature to expose the admin API. This would enable the access to it form outside of the...

Signed-off-by: mango Fixed: #255 Use helm template string function: [randAlphaNum, randAlpha, randNumeric, and randAscii](https://helm.sh/docs/chart_template_guide/function_list/#randalphanum-randalpha-randnumeric-and-randascii) to generate password/admin-view key, and print it to helm NOTES.txt

The APISIX Ingress controller project supports Admission configuration, But it is not supported in the current Helm chart, so we need to add this feature Here is a simple example...

good first issue
help wanted