I am trying to deploy 3 instances of etcd using kubernetes, with TLS enabled. But the instances are not enable to connect with each other to form a quorum, as the requests are getting rejected with below error.
{"level":"warn","ts":"2020-09-22T15:29:35.644Z","caller":"embed/config_logging.go:270","msg":"rejected connection","remote-addr":"10.233.118.32:52394","server-name":"etcd1","ip-addresses":[],"dns-names":["etcd","etcd1","etcd2","etcd3"],"error":"tls: \"10.233.118.32\" does not match any of DNSNames [\"etcd\" \"etcd1\" \"etcd2\" \"etcd3\"] (lookup etcd on 169.254.25.10:53: server misbehaving)"}
etcd3 in the SAN list resolves to 10.233.118.32 IP address and error is reported by etcd1.
Environment Details:
Node Details :
Linux k8s-etcd 4.15.0-117-generic #118-Ubuntu SMP Fri Sep 4 20:02:41 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
etcd version :
etcd Version: 3.4.0
Git SHA: 898bd1351
Go Version: go1.12.9
Go OS/Arch: linux/amd64
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.
Hello,
I am trying to deploy 3 instances of etcd using kubernetes, with TLS enabled. But the instances are not enable to connect with each other to form a quorum, as the requests are getting rejected with below error.
etcd3 in the SAN list resolves to 10.233.118.32 IP address and error is reported by etcd1.
Environment Details:
Kubernetes Pod network add-on : Calico
etcd1 conf:
etcd1 logs:
Please let me know, why connection is getting rejected, and quorum formation is failing.
Thanks in advance.