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

List of plugins for gateway (apisix container) is currently configured statically in the ConfigMap and there is no way to customize the list. That means that e.g. `zipkin` plugin for...

Morning all, at my company we're trying a two ingress-controller setup: A private ingress controller for internal traffic and a public one for public facing/external traffic. We've set up these...

The cluster existing endpoints in not getting listed in Dashboard Service list after providing the discovery Kubernetes services configuration My understanding is that existing cluster endpoints should get listed or...

Related: https://github.com/apache/apisix-helm-chart/issues/289 @tao12345666333 Excuse me, when i choose `admission.enabled: true` in `values.yaml` , occur some mistakes as shown below, i found [https://github.com/apache/apisix-ingress-controller/pull/1355](https://github.com/apache/apisix-ingress-controller/pull/1355) seems to resolve the mistakes? Thanks! 1. k8s...

The file: templates/service-gateway.yaml is different from the one in the release files downloaded from github. For example externalTrafficPolicy doesn't work as intended when not using LoadBalancer/NodePort and it gives an...

When trying to install apisix with a given `gateway.nodePort` setting, it does not seem to have any influence on the port. See example below for more information: ```bash ➜ helm...

```bash helm install apisix apisix/apisix --create-namespace --namespace apisix --version 1.11.0 ``` ```log /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 ....

We are currently working on implementation of `apisix` into our EKS cluster. And it seems that Helm Chart is missing some of the features or has some bugs. Instead of...

My command is ``` helm upgrade apisix apisix/apisix --set persistence.storageClass=apisix-etcd-nas --set persistence.enabled=true --set gateway.type=LoadBalancer --set ingress-controller.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix --namespace apisix ``` The gateway.type is LoadBalancer, But it's not working, still...