apisix-helm-chart
apisix-helm-chart copied to clipboard
Apache APISIX Helm Chart
In some scenarios, without a loadBalancer, the nodeport method cannot meet the requirements. For example, in a testing environment shared by multiple people, it is necessary to set up a...
Turn off the `worker_cpu_affinity` default switch for APISIX in Kubernetes to avoid performance anomalies under high load.
I plan to enable OIDC to authenticate to allow users to sign-in apisix-dashboard. According to the config doc(https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml#L70-L75), admins can add a config block to enable 'oidc', however, I find...
1.In the values.yaml file of apisix-helm-chart, does the "dashboard" section enable the "APISIX Dashboard" functionality without the need to install the "APISIX Dashboard Helm Chart"? If not, what does it...
It doesn't look like there's a way to enable data_encryption described in this announcement https://apisix.apache.org/blog/2022/12/30/release-apache-apisix-3.1.0/ Some additional values are needed in the Helm Chart to pass this into the ConfigMap...
Couldnt find a helm chart version for the latest LTS version 3.2.2 for apisix . Help me find if its available . Also when is the next LTS version planned...
The `apisix-ingress-controller` has introduced a new composite architecture, allowing the control-plane to mock etcd server and reduce maintenance costs. https://github.com/apache/apisix-ingress-controller/blob/1.7.0/docs/en/latest/composite.md Config example: https://github.com/apache/apisix-ingress-controller/blob/d91757a1601e984f6bd0c22753b020a092adfc4e/conf/config-default.yaml#L92 However, this option cannot be configured by...
ingress-crontroller pod error `arrow@arrow ~ % kubectl -n ingress-apisix logs -f apisix-69ff87d7c6-gmplt /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init WARNING: using fixed Admin API token has security risk. Please modify "admin_key" in conf/config.yaml ....
I'm getting this with apisix helm chart 2.2.0 (as of this writing, this is the latest). The API key is becomes `{{APISIX_ADMIN_KEY}}`. For example, this works: ``` ❯ curl -L...
Hi, When I use the dashboard helm chart and I click on the Plugin button in the sidebar, I get an error and the page won't be displayed because the...