apisix-ingress-controller
apisix-ingress-controller copied to clipboard
APISIX Ingress Controller for Kubernetes
### Current Behavior Uable to get apisix upstream, it was looking for an upstream with wrong name. ### Expected Behavior upstream aries-authorization-service should be found, instead of aries-dev_aries-authorization-service ### Error...
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.4.0 to 0.6.1. Release notes Sourced from github.com/prometheus/client_model's releases. v0.6.1 What's Changed Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in prometheus/client_model#84 Full Changelog: https://github.com/prometheus/client_model/compare/v0.6.0...v0.6.1 v0.6.0 What's...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.2 to 0.29.3. Commits 46588f2 Update dependencies to v0.29.3 tag 403b37f Merge pull request #123763 from liggitt/proto-1.29 92199ae [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr... baea19d Merge pull request...
Bumps google.golang.org/protobuf from 1.31.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...
### Issue description I get lots of logs, like these: ``` 2024-04-04T22:48:23+08:00 warn apisix/cluster.go:1164 upstream not found {"id": "1a9104d9", "url": "http://apisix-admin.apisix.svc.cluster.local:9180/apisix/admin/upstreams/1a9104d9", "cluster": "default"} 2024-04-04T22:48:24+08:00 warn apisix/cluster.go:1164 upstream not found {"id":...
### Issue description Hello, I installed Apisix. Even though I did not set up anything inside , I always get the following warnings. When I examined it in Debug mode,...
### Current State Is the IngressClassName supported in `ApisixRoute` and `ApisixUpstream`? The following URL has not any mention of it anywhere, https://apisix.apache.org/docs/ingress-controller/references/apisix_route_v2/ However, after searching I found that this is...
### Issue description I want to know how to translate the weight-based canary annotation in nginx【nginx.ingress.kubernetes.io/canary-weight】. The apisix ingress controller implements the canary function based on the traffix-split plug-in. Now...
### Current Behavior 024-03-28T12:37:46.824012753+08:00 stderr F fatal error: concurrent map writes 2024-03-28T12:37:46.824134465+08:00 stderr F 2024-03-28T12:37:46+08:00 [31merror[0m adapter/etcd.go:141 failed to create object, ignore it{error 26 0 rpc error: code = InvalidArgument...
### Current Behavior There is a problem with the unhealthy external service being delivered as it is without being excluded from routing targets.  ### Expected Behavior Two external...