smitmistry77 opened a new issue, #2474: URL: https://github.com/apache/apisix-ingress-controller/issues/2474
### Issue description Hi Team, I am getting the below error when apisix-ingress-controller is coming up. Though I see the apisix-cp logs the response to this request are 200 OK. 2025-07-15T19:05:20+08:00 error apisix/route.go:90 failed to list routes: Get "http://apisix-cp.ot-model-services.svc.cluster.local:9180/apisix/admin/routes": context canceled 2025-07-15T19:05:20+08:00 error apisix/cluster.go:298 failed to list routes in APISIX: Get "http://apisix-cp.ot-model-services.svc.cluster.local:9180/apisix/admin/routes": context canceled 2025-07-15T19:05:20+08:00 error apisix/cluster.go:258 failed to sync cache {"cost_time": "82.095µs", "cluster": "default"} 2025-07-15T19:05:20+08:00 error apisix/plugin.go:46 failed to list plugins' names: Get "http://apisix-cp.ot-model-services.svc.cluster.local:9180/apisix/admin/plugins?all=true": context canceled 2025-07-15T19:05:20+08:00 error apisix/cluster.go:483 failed to list plugin names in APISIX: Get "http://apisix-cp.ot-model-services.svc.cluster.local:9180/apisix/admin/plugins?all=true": context canceled 2025-07-15T19:05:20+08:00 error apisix/cluster.go:446 failed to sync schema: Get "http://apisix-cp.ot-model-services.svc.cluster.local:9180/apisix/admin/plugins?all=true": context canceled 2025-07-15T19:05:12+08:00 info ingress/ingress.go:133 use configuration { "cert_file": "/etc/webhook/certs/cert.pem", "key_file": "/etc/webhook/certs/key.pem", "log_level": "debug", "log_output": "stderr", "log_rotate_output_path": "", "log_rotation_max_size": 100, "log_rotation_max_age": 0, "log_rotation_max_backups": 0, "http_listen": ":8080", "https_listen": ":8443", "ingress_publish_service": "", "ingress_status_address": [], "enable_profiling": true, "kubernetes": { "kubeconfig": "", "resync_interval": "30s", "namespace_selector": [], "election_id": "ingress-apisix-leader", "ingress_class": "apisix", "ingress_version": "networking/v1", "watch_endpoint_slices": false, "api_version": "apisix.apache.org/v2", "enable_gateway_api": false, "disable_status_updates": false, "enable_admission": false }, "apisix": { "admin_api_version": "v2", "default_cluster_name": "default", "default_cluster_base_url": "http://apisix-cp.ot-model-services.svc.cluster.local:9180/apisix/admin", "default_cluster_admin_key": "******" }, "apisix_resource_sync_interval": "30s", "apisix_resource_sync_comparison": true, "plugin_metadata_cm": "", "etcdserver": { "enabled": false, "prefix": "/apisix", "listen_address": ":12379", "ssl_key_encrypt_salt": "edd1c9f0985e76a2" } } ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): - your Kubernetes cluster version (output of kubectl version): - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a): -- 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-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org