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 Is there any way to create a ssl certificate automatically when creating an apisix route? ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): -...

question
stale

### Issue description Use the following code to enable the https redirect for the path `/bar`, however the https version of this path can't work correctly after this operation. ```...

question
stale

### Issue description 在apisix的configmap中添加:add_header: X-Forwarded-For $http_x_forwarded_for后,后端节点依然无法获取X-Forwarded-For,业务场景中有需求获取X-Forwarded-For,目前没有找到如何配置的方法 ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): - your Kubernetes cluster version (output of kubectl version): - if you run...

question
stale

### Issue description 我在k8s集群中部署了两套apisix,分别关联阿里云的内外网负载均衡。我在使用yaml创建upstream、route时遇到问题:我无法指定这个upstream 和 route 是属于哪套apisix,请问这种情况应该怎么解决呢? ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): 1.4.0 - your Kubernetes cluster version (output of kubectl version): 1.20.11-aliyun.1 -...

question
stale

### Issue description 一直报这个错: 2022-06-08T09:43:04+08:00 error apisix/upstream.go:122 failed to convert upstream item {"url": "http://sit-apisix-admin.remac-open-cloud.svc.cluster.local:9180/apisix/admin/upstreams", "upstream_key": "/apisix/upstreams/00000000000000000177", "error": "unexpected non-empty object"} 手动删除这00000000000000000177 这个upstream后才恢复正常,00000000000000000177是通过Admin的Post方式配置的upstream。 ### Environment - your apisix-ingress-controller version (output of...

question

Currently, we will use the latest version of APISIX for e2e testing to ensure the compatibility of APISIX Ingress and APISIX. But we don't know about some of the latest...

good first issue
CI
area/test

### Issue description During the contribute document, we have some pre-commit to-do tasks to do manually. I think we should use the githook function to avoid manual jobs. ### Environment...

discuss

### Issue description apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: name: apisix-validations labels: app: apisixroute-plugin-validator-webhook kind: validating webhooks: - name: apisixroute.plugin.validator.webhook clientConfig: service: name: apisix-admission-server namespace: ingress-apisix port: 8443 path: "/validation/apisixroutes/plugin" caBundle:...

question
stale

### Issue description Reference documentation: https://apisix.apache.org/docs/ingress-controller/design error: resource mapping not found for name: "demo" namespace: "demo-route" from "apisix-demo.yml": no matches for kind "ApisixRoute" in version "apisix.apache.org/v1" ensure CRDs are installed...

question
stale

> I suggest to support yamllint to format those yaml files. Good idea. I will create new issue for track it. _Originally posted by @tao12345666333 in https://github.com/apache/apisix-ingress-controller/pull/1051#discussion_r887441161_

good first issue