-
### Summary
ETCDCTL_ENDPOINTS does not support specifying multiple servers
https://github.com/ansible-collections/community.general/blob/main/plugins/lookup/etcd3.py
used python-library support …
-
I have a plan to implement the logic of etcd as a registration center. After my research, etcd3 can support the use of job functions. Does the community have such a plan? I also want to contribute my …
-
##### SUMMARY
When using an etcd3 cluster that is configured to use HTTPS, the etcd3 lookup provider appears to be unable to connect to it. Specifying an endpoint of ```"https://:"``` seems …
-
I am trying to take a snapshot of etcd via etcd3 python client library and my code looks like this :
```
import etcd3
etcd = etcd3.client(
host='xx.xx.xx.xx',
…
-
# etcd 3.5版本的joint consensus实现解析 - codedump的网络日志
etcd 3.5版本的joint consensus实现解析
[https://www.codedump.info/post/20220101-etcd3.5-joint-consensus/](https://www.codedump.info/post/20220101-etcd3.5-joi…
-
Doesn't seem to be available on CPAN.
racke updated
8 years ago
-
### Which jobs are flaking?
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-integration-master/1768366435643428864
### Which tests are flaking?
k8s.io/apiextensions-apiserver/test…
-
Do you have plans to support etcd v3, and in particular transactions?
-
Can this page be updated to include answer to the question below?
https://etcd.io/docs/v3.5/learning/api/#transaction
> Inside a transaction, there is a compare, success and failure blocks. When…
-
Hi,
I installed the package from directly using `pip install etcd3` and when I import the package, I get the following error:
```
Traceback (most recent call last):
File "", line 1, in
File …