-
**Describe the bug**
In rare cases chunks are lost on volume.
Chronology of events:
- writing the object
- chunk and meta are created
- trying to get an object
- we get an error from the volume …
-
# way to install
```shell
git clone https://github.com/apache/apisix-helm-chart.git
cd apisix-helm-chart/charts/apisix
helm dependency update .
helm install apisix . --set gateway.type=NodePort …
-
Action taken:
`-> % k delete EtcdCluster oke-tkm-dw-cygmojqg43t-etcd`
operator logs
`time="2018-04-03T21:34:16Z" level=info msg="cluster is deleted by user" cluster-name=oke-tkm-dw-cygmojqg43t-et…
-
I have deployed etcd-operator with helm and have the following cluster spec:
```
apiVersion: etcd.database.coreos.com/v1beta2
kind: EtcdCluster
metadata:
name: coredns-etcd-cluster
spec:
…
-
We build our docker and swarm cluster based on etcd.
Those days we encountered a problem, our etcd cluster crushed. Then When we try to recover the etcd cluster in another node, docker and swarm ca…
-
Hello,
[etcd](https://github.com/coreos/etcd) observed significant performance regression with Go 1.7.3.
Details follow or please visit https://github.com/coreos/etcd/issues/6876.
### Wha…
gyuho updated
2 years ago
-
Hi,
I'm having the following issues with Etcd certificate generated by Tack (cfssl).
`make all` fails on _❤ Curling apiserver external elb_.
Cluster was started with Etcd version 3.2.9 which …
-
### 🚀 The feature, motivation and pitch
I am working on training fault tolerance.
We want to restart only one training node when there is a hardware failure, but the existing design does not allo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
After running v0.40.0-beta.0 before seeing that it had an etcd related bug, the updates versi…
-
**Is your feature request related to a problem? If so, please describe.**
In our use case, we manage the tenancy per namespace, so I am trying to set up `etcd` per namespace so that if the…