You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/10 14:30:49 UTC

[GitHub] [apisix] wofr opened a new issue, #8309: help request: Unexpected error logs (apisix-ingress-controller)

wofr opened a new issue, #8309:
URL: https://github.com/apache/apisix/issues/8309

   ### Description
   
   I installed API-Six via helm.  Right after everything is installed the apisix-ingress-controller starts to throw the following exceptions endless.
   
   ```
   2022-11-10 15:25:11.877 CET
   2022-11-10T22:25:11+08:00 info gin@v1.8.1/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.0.0.1, user-agent: kube-probe/1.23, errors: , cost: 49.182µs
   2022-11-10 15:25:11.878 CET
   2022-11-10T22:25:11+08:00 info gin@v1.8.1/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: ```
   10.0.0.1, user-agent: kube-probe/1.23, errors: , cost: 49.172µs
   2022-11-10 15:25:12.723 CET
   2022-11-10T22:25:12+08:00 info ingress/controller.go:627 service kube-system/vpa-recommender not found
   2022-11-10 15:25:13.023 CET
   2022-11-10T22:25:13+08:00 info ingress/controller.go:627 service kube-system/gcp-controller-manager not found
   2022-11-10 15:25:15.050 CET
   2022-11-10T22:25:15+08:00 info ingress/controller.go:627 service kube-system/gcp-controller-manager not found
   2022-11-10 15:25:16.806 CET
   2022-11-10T22:25:16+08:00 info ingress/controller.go:627 service kube-system/vpa-recommender not found
   2022-11-10 15:25:17.076 CET
   2022-11-10T22:25:17+08:00 info ingress/controller.go:627 service kube-system/gcp-controller-manager not found
   2022-11-10 15:25:19.111 CET
   2022-11-10T22:25:19+08:00 info ingress/controller.go:627 service kube-system/gcp-controller-manager not found
   2022-11-10 15:25:20.830 CET
   2022-11-10T22:25:20+08:00 info ingress/controller.go:627 service kube-system/vpa-recommender not found
   2022-11-10 15:25:21.141 CET
   2022-11-10T22:25:21+08:00 info ingress/controller.go:627 service kube-system/gcp-controller-manager not found
   ```
   
   The Gateway seems to work like expected, nevertheless those errors are some how strange.  Any idea how to get rid of them?
   
   
   
   ### Environment
   
   
   - APISIX version (run `apisix version`): /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua version 2.15.0
   - Operating system (run `uname -a`): Linux apisix-6dffdc8545-jn8sp 5.10.127+ #1 SMP Sat Jul 16 08:53:19 UTC 2022 x86_64 Linux
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx version: openresty/1.21.4.1 built by gcc 10.3.1 20210424 Alpine 10.3.1_git20210424) built with OpenSSL 1.1.1g  21 Apr 2020
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):  3.4.14
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org