Closed jinjianming closed 1 year ago
I believe the logs you see are unrelated to your specific testing and scenario. These are some warning logs that are related to our current implementation.
我相信您看到的日志与您的特定测试和场景无关。 这些是与我们当前实施相关的一些警告日志。 @tao12345666333 If it only outputs logs, I don't really care. It mainly sends requests to Apisix, and I create many ApisixRoutes and ApisixUpstreams at the same time, worrying about affecting Apisix performance stability or security issues;
This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.
Current Behavior
Create ApisixRoute and ApisixUpstream using the following example
At this point, ingress requests an unknown upstream API every five minutes id 91e26b21
Expected Behavior
I hope that once apisixupstreams is bound to apisixroutes, there will be no more of these requests
Error Logs
Steps to Reproduce
1、Create Service kubectl run yages -n ingress-apisix --image smirl/yages:0.1.3 --expose --port 9000 2、Publish ApisixRoute and ApisixUpstream
3、Repeat requests every five minutes apisix
Environment
apisix-ingress-controller version --long
)Version: 1.6.0 Git SHA: no-git-module Go Version: go1.19.4 Building OS/Arch: linux/amd64 Running OS/Arch: linux/amd64
kubectl version
)Client Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.4-aliyun.1", GitCommit:"792b9c9", GitTreeState:"", BuildDate:"2021-07-14T15:16:44Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.4-aliyun.1", GitCommit:"b3bbdfc810d3860b5592a7c58ecfd7369b709ded", GitTreeState:"clean", BuildDate:"2022-04-22T02:35:29Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
uname -a
)Linux js-design-test-ack-node-10 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux