apisix-ingress-controller
apisix-ingress-controller copied to clipboard
APISIX Ingress Controller for Kubernetes
### Issue description Due to most people started to get in touch with Kubernetes ingress is using `nginx ingress controller`, so it is likely to use a lot of nginx...
Useful when: 1. check installation status with DEBUG log level, then change to WARN/ERROR 2. convenient to adjust the log level to analyze the runtime error
There is information mismatch between [getting-started.md#L93](https://github.com/apache/apisix-ingress-controller/blame/master/docs/en/latest/getting-started.md#L93) and [design.md#L62](https://github.com/apache/apisix-ingress-controller/blame/master/docs/en/latest/design.md#L62).
### Current State Spec for a `prefer_name` field is missing ### Desired State Spec for a `prefer_name` field should be added. The description would be like this: > When set...
### Description I have an ingress that look like that: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: api annotations: k8s.apisix.apache.org/strip-path: "true" #My feature request to fix this issue spec: ingressClassName:...
 I have received feedback from some users that the documentation for the current project is not perfect. including its structure. I have thought about a new structure, please discuss...
### Issue description Deployed APISIX with latest version in Kind cluster. The apisix-ingress-controller instance throws exception and not able to create routes. This happens when I am connected to the...
### Type of change: - [x] New feature provided ### What this PR does / why we need it: Add support for define the AsipixConsumer description on the CRD and...
### Current Behavior apisix-ingress-controller version : 1.6.1 Restart apisix for the first time, apisix-ingress-controller memory increased from 64Mi -> 75Mi ``` ME:XKE/master-01 ~ o kubectl top pod |grep apisix apisix-84744d79db-cgpmq...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.2. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.2 2.17.2 Fixes fix: close files [32259c8] fix github output log level for skipped specs [780e7a3] Maintenance Bump...