kworkbee commented on issue #2176: URL: https://github.com/apache/apisix-ingress-controller/issues/2176#issuecomment-2005609814
> @kworkbee Thats weird as you can see here that this error log corresponds to reporting a tcp healthcheck failure https://github.com/api7/lua-resty-healthcheck/blob/09a672e0784c75231ceca51e0a4cb39313c020f5/lib/resty/healthcheck.lua#L1078. Can you send the configuration directly from admin API showing the exact configuration? ```yaml { "value": { "name": "apisix_feature-flags-nodes-upstream", "labels": { "k8slens-edit-resource-version": "v2", "meta_weight": "100", "managed-by": "apisix-ingress-controller", "argocd.argoproj.io/instance": "dev-tool-apisix" }, "desc": "Created by apisix-ingress-controller, DO NOT modify it manually", "type": "roundrobin", "id": "32eb11c7", "pass_host": "node", "nodes": [ { "host": "svc01.corp.com", "weight": 50, "port": 443, "priority": 0 }, { "host": "svc02.corp.com", "weight": 50, "port": 443, "priority": 0 } ], "update_time": 1710793944, "checks": { "active": { "http_path": "/", "https_verify_certificate": true, "port": 443, "type": "https", "timeout": 1, "healthy": { "http_statuses": [ 404 ], "successes": 1, "interval": 3 }, "unhealthy": { "http_statuses": [ 503, 504 ], "http_failures": 1, "tcp_failures": 1, "timeouts": 3, "interval": 3 }, "concurrency": 10 }, "passive": { "healthy": { "http_statuses": [ 404 ], "successes": 1 }, "unhealthy": { "http_statuses": [ 503, 504 ], "timeouts": 7, "tcp_failures": 1, "http_failures": 1 }, "type": "http" } }, "create_time": 1710309045, "hash_on": "vars", "scheme": "https" }, "key": "/apisix/upstreams/32eb11c7", "createdIndex": 151, "modifiedIndex": 538 } ``` -- 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]
