apisix-ingress-controller
apisix-ingress-controller copied to clipboard
APISIX Ingress Controller for Kubernetes
### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches - [ ] Documentation - [ ]...
Correcting the change from gateway.type -> ingress-controller.gateway.type to reflect the most recent helm chart. https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/values.yaml#L226C1-L228 Also adding some formatting to the command so it reads better. ### Type of change:...
### Current Behavior I deployed apisix and apisix ingress controller on GCP kubernetes cluster. In pod log for apisix-ingress-controller, there are always errors about "failed to create ssl: unexpected status...
### Description Hi, as a user I would like to use the `ApisixRoute` api to set the plugin priorities as per https://docs.api7.ai/apisix/reference/plugin-common-configurations#_metapriority , this should probably include via the `ApisixPluginConfig`...
### Current Behavior I am trying to add some headers using the response-rewrite plugin in APISIXRoute CRD, but I am facing an error in the APISIX controller. The [current pattern](https://github.com/apache/apisix/blob/master/apisix/plugins/response-rewrite.lua#L63C44-L63C61)...
### Description If one CR is deleted while apisix-ingress-controller shuted down, the delete event can not be processed though apisix-ingress-controller is started later. I'm wondering is it reasonable to add...
### Issue description When an Upstream is changed by Admin API in Kubernetes environment, there is a phenomenon in which it is restored to its original state (Declared in `ApisixUpstream`...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
> HTTPRouteFilter defines processing steps that must be completed during the request or response lifecycle. HTTPRouteFilters are meant as an extension point to express processing that may be done in...
### Issue description I'd like to use the `grpc-transcode` plugin, which requires to specify a `proto_id`. This id is obtained by uploading a protobuf definition through the admin api. I...