kubernetes-retired / etcdadm

[EOL] etcdadm is a command-line tool for operating an etcd cluster
Apache License 2.0
765 stars 135 forks source link

Multiple etcadm nodes tls fail from api-server #397

Closed fontexD closed 3 months ago

fontexD commented 5 months ago

I have a setup with 3 control-planes and 3 etcd nodes created with etcdadm

the issue is it generates different api-server-etcd-client.crt so i have 3 etcd-api server certs

but on the api-servers in k8s i can only define 1, so 2 of the nodes will get a error with tls of course how do i come around this issue ? do i need to use a loadblaancer if i want to use mulitple etcd-nodes or ? id prefer not to

logging.go:59] [core] [Channel #450396 SubChannel #450397] grpc: addrConn.createTransport failed to connect to {Addr: "k8s-etcd-1:2379", ServerName: "k8s-etcd-1:2379", }. Err: connection error: desc = "error reading server preface: read tcp 192.168.1.220:35906->192.168.1.240:2379: use of closed network connection"

btw i tried joining the slack-channel couldt get access, seems i need to be invited ? rfonvig86@gmail.com