-
etcd version 2.2.3, mesosphere/etcd-mesos:0.1.3
etcd-mesos container leaves open sockets (we saw over 42,000k) and this eats up ports and bleeds into other port ranges eventually killing Sparta…
-
This change:
https://github.com/ugorji/go/commit/54210f4e076c57f351166f0ed60e67d3fca57a36
Causes go-etcd to fail to compile, I've created a PR https://github.com/coreos/go-etcd/pull/250. To work…
-
I am seeing a loop here, note I have external DNS and do I really have to get this part to work? Can just set *.myoc.lan to the host IP on my DNS server?
```
Configuring dnsmask plugin in Net…
-
We are managing a handful of PostgreSQL clusters using the Zalando operator. Generally, it functions well 👍🏻 but we occasionally encounter problems during brief disruptions with the kubernetes API se…
-
Hi, I installed etcd-director using Helm, but it isn't able to create any cluster.
## Install
```
# Install Helm
kubectl create -f rbac-config.yaml
helm init --upgrade --service-account tille…
-
Some of the scenarios to consider are:
- governor for Postgres primary cannot communicate with etcd, but rest of cluster can
- no governors in Postgres cluster can communicate with etcd
- etcd crashes…
-
### What would you like to be added?
Add a flag to specify client certificate and private key that gRPC gateway provides to etcd server.
### Why is this needed?
As https://github.com/etcd-io/etcd…
-
Currently, when trying to setup a HyperScale or GeoScale setup you have to execute these steps before trying the setup `asd-manager setup`:
```
#install the packages
openvstorage-sdb
#before startin…
-
Is it really necessary to set quota bytes as CLI arg? Can it be pulled from etcd server? Now we need to tune such CLI flag accordingly to every cluster, looks like bad work.
And thanks for really u…
-
```
$ pip install etcd
Downloading/unpacking etcd
Downloading etcd-2.0.8.tar.gz
Running setup.py egg_info for package etcd
Traceback (most recent call last):
File "", line 14, in
…