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

I have seen some voices in the community, hoping that APISIX Ingress can proxy external services e.g: #813 #645 For these two types of requirements, it is a relatively simple...

triage/accepted

## Backend Ref: * #870 Currently, the ApisixRoute resources support service and endpoints service-level resolve granularity. In the project, our implementation: The service corresponds to an upstream, and an upstream...

enhancement
discuss
area/controller

### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why...

enhancement
area/controller

### Issue description ## 问题1: 1. admin api根据id获取upstream json数据如下: ![image](https://user-images.githubusercontent.com/7006014/182865884-04b00294-743f-4cf7-a00b-a70ba132f5c2.png) 2. apisix-ingress-controller定义的数据结构如下: ![image](https://user-images.githubusercontent.com/7006014/182844021-7ca224b3-87df-4624-a3a4-e36202d8d221.png) 3. 注释红框中的判断,否则解析报错 ![image](https://user-images.githubusercontent.com/7006014/182866463-7d81a63b-8cb7-4efe-8a47-1cef40fa94fb.png) 3.1 不注释代码的情况下,报错: ``` 2022-08-04 22:04:55.984 error unexpected non-empty object ``` 3.2 注释代码的情况下,upstreamNode解析为空: ``` &{Metadata:{ID:419230261889204925...

area/controller
triage/accepted

### Issue description apisix-admin.ingress-apisix.svc.cluster.local:9180 "GET /apisix/admin/upstreams/9e7bb51a HTTP/1.1" 404 39 0.002 "-" "Go-http-client/1.1" - - - "http://apisix-admin.ingress-apisix.svc.cluster.local:9180" ![Uploading image.png…]() ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): -...

question
wait for update
triage/needs-information

### Description Here below is my yaml file of CRD `ApisixRoute` I want to implement keyAuth but some path will should be excluded to the keyAuth But the config below...

question

### Issue description update apisixroute.yaml spec.http.name from a981a76 to api,Sometimes two routes are generated `kubectl get ar -A |grep screensaver` ,only one data ![image](https://user-images.githubusercontent.com/19382017/165519896-7c219f31-b895-4234-aba8-2957ddb08bb5.png) However, there are two data on...

question
stale

### Issue description set annotation: `kubernetes.io/ingress.class: apisix` in apisix dashboard I can see the auto-create route and upstream, but visiting the ingress domain can not success ### Environment - apache/apisix-ingress-controller:1.4.1...

question
wait for update
triage/needs-information

### Issue description When I was preparing to build the development environment on my new host, I was surprised to find a simple ci build problem after running the make-e2e-test-local...

good first issue
triage/accepted
area/test

### Issue description I have a web-based cluster and it can be accessed by using http successfully. Now I am prepared to use https, but after browsing https://apisix.apache.org/docs/apisix/plugins/redirect/ and https://apisix.apache.org/docs/apisix/FAQ/#how-to-redirect-http-to-https-via-apache-apisix,...

question
wait for update
stale