Baoyuantop commented on issue #12468: URL: https://github.com/apache/apisix/issues/12468#issuecomment-3976607507
The config.yaml file read by APISIX (mounted via ConfigMap) specifies the etcd address as 127.0.0.1:2379. However, the initContainer command in the Kubernetes Deployment is `nc -z 10.0.12.11 2379`, indicating that etcd is actually running at 10.0.12.11:2379. This address mismatch causes the connection to be refused. -- 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]
