-
I'm using `quay.io/coreos/etcd-operator:v0.5.1` to create the following cluster:
```yaml
apiVersion: etcd.database.coreos.com/v1beta2
kind: EtcdCluster
metadata:
name: etcd
spec:
size: 3
…
-
# 怎样用文件浏览器查看etcd的内容 - 喵叔没话说
TL;DR 用 etcdfs 就可以,它能把一个 etcd 集群的 key-value 键值对,按照逻辑层级关系,映射成文件系统中的文件和文件夹,这样我们就能够用回熟悉的ls, grep, vim等工具了。
[https://blog.betacat.io/post/2020/08/how-to-mount-etcd-as-a-files…
-
I've been looking over the current etcd website and documentation, and feel that a refactor is warranted in order to improve them. Over the next few months, I plan to commit a significant part of my …
-
I see an [issue](https://github.com/coreos/etcd-operator/issues/1731) in ETCD operator to support 3.3.x version
-
### Bug report criteria
- [ ] This bug report is not security related, security issues should be disclosed privately via [etcd maintainers](mailto:etcd-maintainers@googlegroups.com).
- [ ] This is no…
-
-
## Issue Report Template
### Tectonic Version
1.5.5
### Environment
What hardware/cloud provider/hypervisor is being used with Tectonic?
Vultr
### Expected Behavior
Editing /var/lib/matc…
-
### Description
Hey folks
we are migrating from nginx to apisix ... we got about thousand domain names and in nginx we got cache zone directive for every domain and conf files,,, so every domain got…
-
**Feature (What you would like to be added):**
Today etcd-druid only reacts to changes done to the etcd CRD. Currently it does not know what was the last successfully applied change(s) in the etcd sp…
-
I am currently doing some failure testing with etcd-operator.
1) I have 3 etcd pods on their own nodes running with no issues.
2) I will bring down one node by stoping kubelet and docker.
3) Etc…