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

Updates ingress-controller to use apisix 3.9.1 as control plane when using etcd-adapter. Updates ingress controller version to latest 1.8.2 Enables ingress controller service to listen on port 12379 if etcd...

### Issue: missing user key in JWT token Our existing JWT token payload not contains key, due to we are getting error "missing user key in JWT token". Here Apache...

I installed apisix month back using helm it works good, suddenly a week back two of three etcd pod got crashed dont know how to solve this issue ![image](https://github.com/apache/apisix-helm-chart/assets/82632840/45e93c7b-c010-40f8-bd8c-5b1db34f12c7) i...

![1718103645499](https://github.com/apache/apisix-helm-chart/assets/19440083/2ddf50fd-2faa-4bd2-9c17-48dddaeffbd5)

This PR https://github.com/apache/apisix-helm-chart/pull/738 removed the "helper" file [apisix/templates/_pod.tpl](https://github.com/apache/apisix-helm-chart/blob/d25b6153874336674a0f56cd0e7f574d44a0b4c7/charts/apisix/templates/_pod.tpl) which contained a setting for topologySpreadContraints The README was also changed to no longer support/include the setting https://github.com/apache/apisix-helm-chart/blob/d25b6153874336674a0f56cd0e7f574d44a0b4c7/charts/apisix/README.md?plain=1#L103 Could we please get...

I want to be able to monitor APISIX gateway deployment instance from my AWS ALB load balancer. I just want to monitor that gateway instance is UP, and not focus...

Fixed helm deployment package configuration error, the original dns configuration item does not take effect

wait-for-update

With reference to #88, adding externalTrafficPolicy when the type is ClusterIP would fail. ClusterIP can be used when exposing the gateway using the ingress controller. http://ingress/-> apisix-dashboard http://ingress/api/* -> apisix-gateway

https://github.com/apache/apisix/blob/release/3.9.0/CHANGELOG.md#390

### Description **Issue Description:** I'm currently trying to configure APISIX within an OVH Kubernetes cluster to obtain the client's real IP address behind the load balancer, similar to the setup...