portworx / kvdb

Generic Key-Value interface
Apache License 2.0
40 stars 12 forks source link

Shuffle the list of secure etcd endpoints if the client fails to connect to first endpoint. #92

Closed adityadani closed 4 years ago

adityadani commented 4 years ago

More details here: https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/#known-issue-etcd-client-balancer-with-secure-endpoints

Known issue: All the watches exit if the first endpoint goes down.

jvinod commented 4 years ago

"ETCD has fixed this problem in the recent releases, but that involves changing grpc dependencies. Hence this is a stop gap solution." What's the plan to update to that

adityadani commented 4 years ago

We need to update the vendor'ed packages for etcd/clientv3 and grpc