-
Hi There, noticed there is an environment variable to inject "etcd_host" but there are none in the repo for usernames and password. Could create a PR for that to add them to the operator configmap ?
…
-
```
venv/lib/python3.9/site-packages/etcd3/etcdrpc/rpc_pb2.py:566: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Ple…
-
**Description**:
The callback thread throws an exception when calling close on client if a watch has been started. Even if the watch is canceled the thread remains and throws a ValueError at etcd3/w…
-
Steps to reproduce
---
Create an etcd3 cluster - and then create another one or (like the error below) let Jenkins CI created another one. The second will fail with the error below because of targ…
-
* etcd3-py version: `0.1.6`
* Python version: `3.6.9`
* Operating System: `Ubuntu 18.04`
### Description
##### My setup:
I am using an API with `aiohttp`. For every request received, an `Ai…
-
Only find snapshot api as below
`snapshot(file_obj)[source] Take a snapshot of the database.`
But doesn't find snapshot restore, like command: `etcdctl snapshot restore`. Does this python etcd3 …
-
I connect to remote etcd and set deadline +4s for lease call, but it cost 1 min to give error `14 UNAVAILABLE: failed to connect to all addresses`. Socket keeps SYN_SENT state from `ss -tpn`.
The opt…
-
Seems by default tenacity 7.0.0 is being pulled in and causes the below exception:
```
File "python3.8/site-packages/etcd3/locks.py", line 136, in __enter__
self.acquire()
File "python3.8/…
-
python-etcd3 version 0.5.2
client.py
336 for m in self.members:
337 if m.id == status_response.leader:
338 leader = m
339 else:
340 #…
-
With etcd 3.2.24 in my Kubernetes 1.12 cluster, when I used 'curl localhost:2379/v2/keys/registry', result is empty.
From comment of this recipe I knew that newer Kubernetes is using etcd3 and prob…