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

APISIX Ingress Controller for Kubernetes

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

### Description We should run the Gateway API conformance tests in the pipeline and report the level of conformance of APISIX's support for the Gateway API. This is crucial as...

### Issue description I'm trying to see if I can adopt the apisix ingress controller without rewriting every upstream helm chart that requires basic-auth that we use. Can BasicAuth be...

When I use APISIX, the business itself needs relatively complex routing rules, so I use Annotation of Ingress But I didn't find the Apisix Ingress Annotation document, Like this link...

documentation
good first issue
help wanted
triage/accepted

### Issue description ![image](https://user-images.githubusercontent.com/5875767/134862858-beca446a-cab6-4f9a-bd47-ee84b6d02129.png) ### Environment rancher k3s ![image](https://user-images.githubusercontent.com/5875767/134863096-2a5d0bae-bb3f-4700-b69d-1709af52a15c.png) ### Minimal test code / Steps to reproduce the issue 尝试修改代码可以修复 ![image](https://user-images.githubusercontent.com/5875767/134863294-433b1823-76b0-4b16-bf97-0be3985969d8.png) 还有一个问题由于stream结构问题,导致json解析失败 error apisix/upstream.go:121 failed to convert upstream item ![image](https://user-images.githubusercontent.com/5875767/134869449-1785fd33-997b-4165-9dd8-9b40cc7dd88d.png)...

triage/accepted

### Current Behavior Unexplained abnormal hang, lasting 9 minutes. Finally, it exited abnormally. ![image](https://github.com/apache/apisix-ingress-controller/assets/7134928/56160d73-82bf-4c35-b2b8-73d6d3f26174) ![image](https://github.com/apache/apisix-ingress-controller/assets/7134928/8df9760a-d24d-4f45-8e50-dd028c11f43f) During the hang period, the apisix upstream node failed to be updated normally, causing traffic...

discuss

The Dockerfile currently explicitly sets the localtime to Hong Kong, which is a very opinionated default and should likely be configured via ConfigMap injected into the container if needed. Support...

good first issue
triage/accepted

### Description I love that Protmetheus has such good support in Apisix, it really contributes to the observability. The only thing I wish for is to be able to disable...

feature
discuss

### Issue description After implementing the annotation `k8s.apisix.apache.org/http-allow-methods` and `k8s.apisix.apache.org/http-block-method`, the affected Apisix Route has a plugin configuration as follows: ``` "response-rewrite": { "body_base64": false, "status_code": 405, "vars": [ [...

question
triage/accepted

### Description As I understand from the documentation there does not seem to be a way to create an APISX Service with some kind of CRD or even associate ApisixRoutes...

discuss

### Description It looks like the ingress operator no longer supports `Service` and instead advises `Upstream` https://github.com/apache/apisix-ingress-controller/pull/230. However, this prevents `consumer-restriction` from being used since it doesn't offer a `type`...

feature
discuss