-
**What happened**:
ETCD Endpoints in `/etc/kubernetes/manifests/kube-apiserver.yaml` file do not match actual etcd cluster member ip.
**What you expected to happen**:
- Secret objects ho…
-
### What is version of KubeKey has the issue?
version.BuildInfo{Version:"2.1.0", GitCommit:"8c7bb1d6", GitTreeState:"", GoVersion:"go1.17.9"}
### What is your os environment?
Kylin Linux Adva…
tanmx updated
2 years ago
-
This issue is a high-level tracking issue for the endpoint implementations (gRPC and JSON):
# KV
- [x] Range
- [x] Missing historical querying #42
- [x] Put
- [x] DeleteRange
- [x] Txn …
-
**Feature (What you would like to be added):**
Right now, I have observed that backup-restore is only writing [POD Namespace in safe_guard file](https://github.com/gardener/etcd-backup-restore/blob/f…
-
**Please provide an in-depth description of the question you have**:
**What do you think about this question?**:
**Environment**: x86_64
- Karmada version: karmada chart 1.11.1 latest
- K…
-
### Description
We observed one of our nodes failing to properly boot. The error is:
```
Oct 17 13:46:12 containerd[40100]: time="2024-10-17T13:46:12.015594695Z" level=info msg="Start recovering sta…
-
Is it possible to to use etcd as storage backend instead of sled or memory?
-
**Feature (What you would like to be added):**
As part of few performance tests on multi node etcd #107 we need the following flags to be configurable to arrive at the right tradeoff on initial bo…
-
### What Happened?
I've met error following minikube getting started guide. My CPU Mac M3 if it helps
```
$ minikube start
😄 minikube v1.33.1 на Darwin 14.5 (arm64)
✨ Automatic…
-
# Etcd存储的实现 - codedump
在前面已经分析了Raft算法原理、etcd raft库的实现,接着就可以看etcd如何使用raft实现存储服务的了。 以下的分析主要针对etcd
[https://codedump.info/post/20181125-etcd-server/](https://codedump.info/post/20181125-etcd-server/)