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

Now we use template to configure `config.conf`, hide a lot of judgment conditions.Configure configmap entirely may be better.

enhancement
help wanted

2020/10/09 09:00:27 [error] 15#15: *8 [lua] config_etcd.lua:351: failed to fetch data from etcd: failed to read etcd dir, etcd key: /apisix/upstreams, context: ngx.timer 2020/10/09 09:00:27 [error] 16#16: *11 [lua] config_etcd.lua:351:...

close #374 `apisix.podAntiAffinity.enabled` for `apisix` chart has been removed in the latest version, but it's still present in the documentation and `values.yaml`. This pull request completely removed it. Signed-off-by: Lyt99

Hi there, I tried to use `apisix.podAntiAffinity` to let apisix pods to spread on different nodes. But this option had no effect in the latest version of helm chart. Then...

Added a new FAQ on _How to install Apache APISIX running in standalone mode._ Screenshot of the Yaml file display: ![temp](https://user-images.githubusercontent.com/57465570/194843327-7a9e481b-36c4-4eef-9002-14830ba049d9.gif)

I added an optional parameter to configure extra initContainers the purpose of this option is to give user an option to do more customization, in my case it was to...

1. fix securityContext setting for apisix workload; 2. support for configuring priorities to avoid preemption when cluster resources are tight

When I want to update the `podAnnotations`, get error. ``` helm upgrade -i apisix apisix/apisix \ --namespace apisix \ --set apisix.podAnnotations.a=123 Error: UPGRADE FAILED: cannot patch "apisix" with kind Deployment:...

bug