apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
Now we use template to configure `config.conf`, hide a lot of judgment conditions.Configure configmap entirely may be better.
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: 
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
close #370
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:...