davibaldin commented on issue #647: URL: https://github.com/apache/apisix-helm-chart/issues/647#issuecomment-1771636809
Also, if fixing the deployment, the configuration is also dirty. ```text 2023-10-20T04:09:56+08:00 error apisix/cluster.go:222 failed to list routes in APISIX: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": context canceled 2023-10-20T04:09:56+08:00 error apisix/cluster.go:182 failed to sync cache {"cost_time": "67.003µs", "cluster": "default"} 2023-10-20T04:09:56+08:00 info apisix/cluster.go:384 syncing schema {"cluster": "default"} 2023-10-20T04:09:56+08:00 error apisix/plugin.go:46 failed to list plugins' names: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins?all=true": context canceled 2023-10-20T04:09:56+08:00 error apisix/cluster.go:404 failed to list plugin names in APISIX: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins?all=true": context canceled 2023-10-20T04:09:56+08:00 error apisix/cluster.go:367 failed to sync schema: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins?all=true": context canceled 2023-10-20T04:09:56+08:00 info providers/controller.go:189 controller now is running as a candidate {"namespace": "apisix", "pod": "apisix-ingress-controller-5c74f97df6-46wz4"} I1020 04:09:56.028208 1 leaderelection.go:248] attempting to acquire leader lease apisix/ingress-apisix-leader... 2023-10-20T04:09:56+08:00 info providers/controller.go:137 LeaderElection {"message": "apisix-ingress-controller-5c74f97df6-46wz4 became leader", "event_type": "Normal"} I1020 04:09:56.050926 1 leaderelection.go:258] successfully acquired lease apisix/ingress-apisix-leader 2023-10-20T04:09:56+08:00 info providers/controller.go:359 controller tries to leading ... {"namespace": "apisix", "pod": "apisix-ingress-controller-5c74f97df6-46wz4"} 2023-10-20T04:09:56+08:00 warn apisix/cluster.go:344 waiting cluster default to ready, it may takes a while 2023-10-20T04:09:56+08:00 info apisix/cluster.go:384 syncing schema {"cluster": "default"} 2023-10-20T04:09:56+08:00 info apisix/cluster.go:172 syncing cache {"cluster": "default"} 2023-10-20T04:09:56+08:00 error apisix/plugin.go:46 failed to list plugins' names: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins?all=true": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:09:56+08:00 error apisix/cluster.go:404 failed to list plugin names in APISIX: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins?all=true": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:09:56+08:00 error apisix/cluster.go:367 failed to sync schema: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/plugins?all=true": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:09:56+08:00 error apisix/route.go:118 failed to list routes: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:09:56+08:00 error apisix/cluster.go:222 failed to list routes in APISIX: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:09:58+08:00 error apisix/route.go:118 failed to list routes: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:09:58+08:00 error apisix/cluster.go:222 failed to list routes in APISIX: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:10:00+08:00 error apisix/route.go:118 failed to list routes: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:10:00+08:00 error apisix/cluster.go:222 failed to list routes in APISIX: Get "http://apisix-admin.ingress-apisix.svc.cluster.local:9180/apisix/admin/routes": dial tcp: lookup apisix-admin.ingress-apisix.svc.cluster.local: no such host 2023-10-20T04:10:00+08:00 info gi ``` -- 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]
