apisix-ingress-controller
apisix-ingress-controller copied to clipboard
APISIX Ingress Controller for Kubernetes
### 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...
### Issue description  ### Environment rancher k3s  ### Minimal test code / Steps to reproduce the issue 尝试修改代码可以修复  还有一个问题由于stream结构问题,导致json解析失败 error apisix/upstream.go:121 failed to convert upstream item ...
### Current Behavior Unexplained abnormal hang, lasting 9 minutes. Finally, it exited abnormally.   During the hang period, the apisix upstream node failed to be updated normally, causing traffic...
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...
### 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...
### 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": [ [...
### 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...
### 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`...