-
This one requires @wenjiaswe or other members of etcd as there's a bit of missing explanation I can't find anywhere else in the docs :)
This issue was created in preparation for the Contributor Su…
-
I've discovered that the k8s certs have expired which has resulted in Kubectl failing with the titled error
![image](https://github.com/user-attachments/assets/ccd61f84-dccc-4717-8758-0fe2379995ba…
-
gf 2.5.6
使用etcd 自动发现,将etcd关闭1分钟后
服务会自动重新连接etcd, 但是并不会重新注册服务地址
-
**Describe the bug:**
Just a small thing. When only 2 out of 3 pods are available (I forcefully scaled down the statefulset continuously to 2 replicas in an endless loop), the etcd resource status is…
-
We have a use-case where we use etcd only for distributed coordination. Any data we store in it is purely ephemeral and can be reconstructed by users when it is up again. In fact, we use etcd leases t…
-
- current spec is
```yaml
type ETCD struct {
// TODO: support external etcd.
// StorageMode etcd data storage mode(emptyDir,hostPath, PVC), default "emptyDir"
// +optional
StorageMode strin…
-
I've fetched the latest code, but I always get error when execute kubeadm init in master.sh.
Because our location can not direct fetch images from google, so add another --image-repository, also I…
-
Currently can't monitor embedded etcd when that is enabled. When a release of k3s has been cut with this PR, we can revisit.
https://github.com/k3s-io/k3s/pull/2750
-
I deployed an ETCD outside the container ,apisix pod can not start . The error Info is I deployed an ETCD outside the container
-
- [ ] how does etcd work?
- consensus protocol
- [ ] how does a consensus protocol work?
- [ ] what are some examples of other consensus protocols?