apisix-ingress-controller icon indicating copy to clipboard operation
apisix-ingress-controller copied to clipboard

APISIX Ingress Controller for Kubernetes

Results 343 apisix-ingress-controller issues
Sort by recently updated
recently updated
newest added

### Issue description I am trying to integrate the below components in my EKS Cluster. AWS Network Load balancer ---> Ingress Gateway(Kind: Gateway) ---> Apisix Ingress Controller ----> ApisixRoute But...

stale

### Description Currently apisix-ingress already supports running without etcd. Can it use the plug-in function without apisix ?

### Issue description I am using Openshift version 4.13, I deployed apisix using HelmChart apisix and added coroza-filter plugin, below is the route configuration: ``` { "uri": "/anything", "name": "test",...

stale

### Issue description Because I need to use a firewall plugin, which is a wasm plugin and is not defined in this file, it will generate an error message stating...

stale

### Current Behavior The ApisixRoute "rbd-http-routes" is invalid: spec.http.match.hosts: Invalid value: "8.130.141.31:7070": spec.http.match.hosts in body should match '^\*?[0-9a-zA-Z-._]+$' ```js /^\*?[0-9a-zA-Z-._]+$/.test('8.130.141.31:7070') false ``` ```js /^\*?[0-9a-zA-Z-._]+$/.test('8.130.141.31') true ``` Some users access their...

stale

### Type of change: - [x] CI/CD or Tests ### What this PR does / why we need it: Allows for use in the Nix/NixOS ecosystem, for instance when building...

stale

### Current Behavior Enabling the APISIX ingress controller can lead to a surge in CPU usage on the APISIX gateway. Turning off the APISIX ingress controller will resolve the issue....

triage/not-reproducible

### Issue description I configured an apisixroute and connected it to the apache service with backends Normal operation is fine, but it does not work normally when uploading large files...

### Description Be able to do this: ``` kind: Service apiVersion: v1 metadata: name: external-service spec: type: ExternalName externalName: httpbin.org --- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: external-ingress spec: ingressClassName:...

stale

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0. Release notes Sourced from go.uber.org/zap's releases. v1.27.0 Enhancements: #1378[]: Add WithLazy method for SugaredLogger. #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility...

area/dependencies