allenhaozi commented on issue #811: URL: https://github.com/apache/apisix-ingress-controller/issues/811#issuecomment-1001043611
Have the same problem ``` 2021-12-26T00:33:38+08:00 warn apisix/cluster.go:327 failed to sync schema: Get http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins/list: context canceled 2021-12-26T00:33:38+08:00 info ingress/controller.go:290 LeaderElection {"message": "apisix-ingress-controller-f68756d54-2qbtw became leader", "event_type": "Normal"} I1226 00:33:38.277388 1 leaderelection.go:253] successfully acquired lease ingress-apisix/ingress-apisix-leader 2021-12-26T00:33:38+08:00 info ingress/controller.go:370 controller tries to leading ... {"namespace": "ingress-apisix", "pod": "apisix-ingress-controller-f68756d54-2qbtw"} 2021-12-26T00:33:38+08:00 warn apisix/cluster.go:304 waiting cluster default to ready, it may takes a while [GIN] 2021/12/26 - 00:33:38 | 200 | 101.22µs | 172.27.70.36 | GET "/healthz" 2021-12-26T00:33:40+08:00 debug apisix/route.go:111 try to list routes in APISIX {"cluster": "default", "url": "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes"} 2021-12-26T00:33:40+08:00 error apisix/route.go:117 failed to list routes: Get http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes: context canceled 2021-12-26T00:33:40+08:00 error apisix/cluster.go:197 failed to list route in APISIX: Get http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes: context canceled ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
