-
Notifications
You must be signed in to change notification settings - Fork 494
Open
Description
Hi All,
I tried to install via helm the ingress controller 3.5 version but the pods were always not ready.
pod/ingress-kong-controller-59676cf5bf-2q4c8 0/1 CrashLoopBackOff 6 (2m1s ago) 6m22s
pod/ingress-kong-gateway-d547d466b-f29gt 0/1 Running 0 6m22s
The logs on ingress-kong-controller reported:
2025-09-24T16:14:36Z error setup.initialize-kong-clients Failed to create kong client(s), retrying... {"delay": 1, "error": "no endpoints for service: \"ingress/ingress-kong-gateway-admin\""}
2025-09-24T16:14:37Z info Signal received, shutting down {"v": 0, "graceful_period": "0s", "signal": "terminated"}
Error: failed to create manager: failed to create manager: unable to build kong api client(s): All attempts fail:
#1: no endpoints for service: "ingress/ingress-kong-gateway-admin"
I suspect that the problem is related to missing running pods behind service service/ingress-kong-gateway-admin and the ingress-kong-gateway probe receive an http 503 on /status/ready endpoint. These were the logs on ingress-kong-gateway pod:
2025/09/24 16:14:30 [notice] 1407#0: *1292 [lua] ready.lua:121: fn(): not ready for proxying: no configuration available (empty configuration present), client: 10.64.11.10, server: kong_status, request: "GET /status/ready HTTP/1.1", host: "10.244.4.117:8100"
Could someone help me to understand the issue on the chart?
Thanks,
Marcello
Metadata
Metadata
Assignees
Labels
No labels