-
We could waste some time building a scaffolding one (either via HTTP API or something) but why not go direct to the real plan.
- [ ] Write an "etcd-mds" bash script that fetches the latest etcd binar…
-
boltdb is rewriting the same data and issuing an fdatasync call every 100ms even when there's no etcd activity. If running etcdv3 on a spinning disk, it's even audible.
-
My only compare options are on certain fields, not the existence itself. This seems okay API-wise; I was expecting to test Compare_VERSION and see if the key version was 0 or -1 or somesuch.
However…
-
PR builder failed when trying to merge
log:
> Summarizing 1 Failure:
> [Fail] Daemon set [It] should run and stop simple daemon
> /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernet…
-
ETCD becomes the bottleneck of cluster when we have 1K+ nodes.
After close scrutiny, it's the 1K+ nodes frequently send PUT request to ETCD to update it's status(every 10s using default configure), …