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

Primarily to support `client.token_file` in APISIX's [Kubernetes service discovery configuration](https://apisix.apache.org/docs/apisix/discovery/kubernetes/#configuration).

1. define `podTemplate` function; 2. fix `enable_cpu_affinity`; 3. `pluginAttrs` now can merge with other attributes of base plugins like `prometheus` and customize plugins

public-api plugin is missed in apisix-helm-chart/charts/apisix/values.yaml ,which caused exception - not found. After adding the plugins by manual and rebuild the container with helm, the api can work well. ```...

Currently, the proxy-protocol related options are not exposed in value.yaml.

apisix-etcd-0 log ```sh 2021-09-15 12:10:14.648882 I | embed: advertise client URLs = http://apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2379 2021-09-15 12:10:14.664499 W | etcdserver: could not get cluster response from http://apisix-etcd-1.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380: Get http://apisix-etcd-1.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2380/members: dial tcp 10.244.12.25:2380:...

As a user, I want to mount a custom service account token so that I can control the permissions of the APIsIX pod according to my needs (e.g., the Kubernetes...

enhancement

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

## Current Behavior We can rewrite the `http_server_configuration_snippet` in the configuration file with the `configurationSnippet.httpSrv` value, and it also supports several others now, but it does not support `http_server_location_configuration_snippet` modification,...

## Background When we use the `apache/apisix-ingress-controller` project by HelmChart, we could use the `--set xxx=xxx` command to inject user-defined configurations to the `apache/apisix` project's `config.yaml file` according to this...

documentation
discuss