-
The bootstrapper is one of the oldest components of the system and should really be rewritten. As part of that effort, I'd also like to add seamless coreos/etcd integration to take advantage of its di…
-
As a cluster admin I want that `dcos package install` automatically installs the etcd package as well and connect kubernetes to the etcd cluster.
sttts updated
8 years ago
-
这是etcd 用到的证书
-rw-r--r-- 1 root root 1025 12月 4 13:38 ca.crt
-rw------- 1 root root 1679 12月 4 13:38 ca.key
-rw-r--r-- 1 root root 1099 12月 4 13:38 healthcheck-client.crt
-rw------- 1 root root …
-
错误信息
{"level":"warn","ts":1617877858.3431506,"caller":"netutil/netutil.go:131","msg":"failed to resolve URL Host; returning","url":"http://kuboard-etcd-0.kuboard-etcd:2380","host":"kuboard-etcd-0.kub…
-
k3s etcd is not a static pod but inside [k3s host process](https://docs.k3s.io/architecture). Which means we cannot use kubernetes port-forward to access k3s endpoint. I want to start this thread to d…
-
#### Description
Some cloud native not only use consul for configuration management. they may using etcd or distrubute other key-value store
#### Use Cases
Sync configuration data without con…
-
ceph cluster 在 etcd 中默认的cluster name 是 ceph
以下示例如果在etcd 创建名为 ceph_tf 的 ceph cluster, 可以和其他 ceph cluster 共存在 etcd 中
以在 10.10.10.10.204/205/206 三台物理机创建 3 mons + 3 osds + 1 mds 为例
要点: -e CLUSTER=ceph…
-
In cases such as loss of the etcd cluster, you may end up in a situation where you have an empty etcd state and nodes running Docker containers with IP addresses previously allocated by the IPAM. In t…
-
The current `AddressPools::Request` logic first attempts to reserve a `Subnet` and then create a new `AddressPool` pool. This may lead to subnets reserved in etcd that are not actually in use in any p…
-
Currently if a node crashed or shutdown, node status will be unready (failed status). Right after node failure, etcd pod wouldn't be deleted, its phase would be still Running, and status would become …