-
### What happened?
While restarting the etcd-Server (etcd v3), patroni failed to selected a new etcd Server and shutting down the database until the etcd is running again.
### How can we reproduce i…
-
Since Kubernetes 1.6.0 use etcd3 by default, is there any plan about upgrading the embeded etcd to the lastest version ?
-
Kubernetes 1.6 makes use of etcd3. It would be great if the guide could be updated to reflect this.
-
etcd 3.4 is slated for release in late June 2019. It includes additions to the API that Kubernetes can only leverage if the kube-apiserver knows it's making requests to a etcd 3.4+ cluster.
The kub…
-
I have installed etcd3:
```
etcd3==0.12.0
- grpcio [required: >=1.27.1, installed: 1.49.1]
- six [required: >=1.5.2, installed: 1.16.0]
- protobuf [required: >=3.6.1, installed: 4.21.7]…
-
Is etcd3 client thread safe?
-
![image](https://user-images.githubusercontent.com/41135795/97851988-18b43b80-1d31-11eb-9757-2632fdf3d6bb.png)
![image](https://user-images.githubusercontent.com/41135795/97852038-2bc70b80-1d31-11eb-…
-
`etcd3.client.Client` performs IO in its constructor
https://github.com/kragniz/python-etcd3/blob/aca9b60205620e31b1635ce32b7ef74170698c7e/etcd3/client.py#L127
https://github.com/kragniz/python-…
-
Code:
import etcd3
import etcd3.etcdrpc as etcdrpc
import etcd3.exceptions
import etcd3.utils as utils
from etcd3.client import EtcdTokenCallCredentials
etcd = etcd3.client(host='localhost',port…
-
```go
func UnRegister() error {
stopSignal 0 {
client, err = etcd3.New(etcd3.Config{
Endpoints: strings.Split(opt.Target, ","),
})
} else {
client, err = etcd3.NewFromURL(opt.Target…