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

### Current Behavior When using standalone mode, Control API does not return health check data. ![Image](https://github.com/user-attachments/assets/1632ecbd-a75e-4b2d-8f6b-cbead1eb17d9) ### Expected Behavior When using etcd, Control API returns meaningful health check data: ![Image](https://github.com/user-attachments/assets/77b29b8f-75c6-45a4-82d3-d5258b9ef2de)...

### Current Behavior **Current Behavior** **Summary** After a workload pod restarts and receives a new IP, APISIX continues routing to the old endpoint. In addition, route-level custom plugins (auth/credentials) are...

bug

### Current Behavior When deploying ingress-controller and specifying only `apisix.adminService.name` and `apisix.adminService.namespace` the resulting endpoint created is invalid. It points to: `http://[apisix.adminService.name]+[apisix.adminService.name]+".svc:"+[apisix.adminService.port]` ### Expected Behavior it's supposed to point to:...

wait for update

### Current Behavior After upgrading to ingress-controller v2, annotations that previously enabled specific plugins or settings (e.g. k8s.apisix.apache.org/plugin-config-name) are no longer interpreted. The same manifests worked correctly in v1. ###...

wait for update

### Current Behavior I have installed APISIX in decoupled mode of deployment. I have also deployed apisix-ingress-controller with image [2.0.0-rc2]. I have used the admin API to create a consumer....

question

### Description I have triying to configurate apisix in minikube (before to dpeloy it in my real cluster). I have using the helm chart with kustomize. I have configured a...

question
wait for update

We should add more and more unit test cases for Controllers like ApisixUpstream, ApisixRoute, ApisixTLS.

triage/accepted
area/test

Just like ingress-nginx: https://github.com/kubernetes/ingress-nginx/blob/master/docs/kubectl-plugin.md.

good first issue