-
https://camel.apache.org/components/latest/others/etcd3.html
-
Getting these errors when just attempting to change the templates to just "etcd":
~~~~
May 11 23:00:40 k8s-master.local coreos-cloudinit[926]: 2017/05/11 23:00:40 Wrote file to "/home/core/cloud-c…
-
I'm using a test cluster of three etcd nodes running etcd version 3.4.23.
When using python `etcd3==0.12.0` my attempts to test etcd3 locks (see [test_lock.txt](https://github.com/kragniz/python-et…
-
According to `Kops and etcd` roadmap document
https://github.com/kubernetes/kops/blob/af4df08b694e2a1f8814a7b3649060477be67c86/docs/etcd/roadmap.md
etcd3 will eventually become the default cluster…
pahud updated
5 years ago
-
Can a new release tag be made and pushed to pypi? It's been 3.5y since the last tagged release. https://github.com/kragniz/python-etcd3/commit/e78000e is required for us to use the library.
-
##### SUMMARY
It happens a lot that the etcd3 tests (both lookup and module) are unstable. Examples from the first page of Shippable history (some of the runs on that list didn't run these tests, so …
-
ncc does not work with etcd3 package: https://www.npmjs.com/package/etcd3
Repro and error messages as follows:
1. yarn init -y
2. yarn add etcd3
3. file index.js
```js
const { Etcd3 } = requ…
-
Trying to deploy infisical via docker swarm. When I run the db migration I get the error below. First time I have used docker swarm so I am sure I am missing something.
```
> backend@1.0.0 migrati…
-
Versions used:
kops 1.11.1
k8s cluster: 1.11.9
infrastructure provider: aws
Our team was upgrading the etcd cluster (from 2.2.1 to 3.1.12) using kops, using the following scenario:
- `kops e…
-
Hi,
I am trying to find a way how can i extend TTL for lease by having its id only (not a whole object)? Lets say i have a script which will create lease:
```
import etcd3
etcd = etcd3.client()
…