-
为防止用户对etcd数据可能因各种原因出现丢失损坏等问题,TKEStack这里需要周期性的将etcd数据进行备份写到某个可靠的存储方案中。
背景:
1. etcd 集群由 kubeadm 创建在master 节点上, ETCD 存储使用的是本地的hostpath
2. 希望支持对ETCD的backup 和 restore 能力
3. 用户可以配置backup 的策略:周期,保留天…
-
when i use qtDesigner create toolbar and actions in .ui file. qtDeploy desktop and generate uic_xxxx.go file , run build in goland occur a panic. the error in generate go file is ToolBar.AddActions([…
-
```
# bash /usr/local/bin/kube-scripts/etcd-backup.sh
2021-06-02 09:58:55.673881 I | ignoring v3 raft entry
2021-06-02 09:58:55.673892 I | ignoring v3 raft entry
2021-06-02 09:58:55.673899 I | ign…
-
Hi.
谢谢你写的的教程。
我跟着你 part1 写了 user。
我 `namespace` 是 `go.micro.demo`
然后运行测试 `Service.QueryUserByName`
`$ micro --registry=etcd call go.micro.demo.srv.user User.QueryUserByName '{"userName":"mi…
-
Whenever a new EtcdClient is created, [this line](https://github.com/Tecsisa/scala-etcd/blob/master/src/main/scala/com/tecsisa/etcd/EtcdClient.scala#L52) creates a new connection to etcd, and with it,…
-
When notary clients are run in a distributed manner, it would be good to have an implementation of the backend cache directly against etcd.
-
I noticed this while experimenting with etcd container restart. Just filing it to discuss if this needs to be resolved in netplugin in anyway. I feel it might be desirable to handle this a bit more gr…
-
The example has the following code, however this errors with an 'Error: Invalid parameter ... ' message:
```
class { 'flannel':
etcd_endpoints => "http://${::fqdn}:2379",
etcd_prefix …
-
# Etcdbrctl `snapshot revision verification failed for delta snapshot`
**Describe the bug:**
When doing a restore from a full backup and incremental backups, we encountered a failure mid-restore:
…
-
My k8s network is 192.168.201.0/24.
Talm correctly generates interfaces, routes, name servers.
My command to generate template:
``` bash talm -n 192.168.201.201.10 -e 192.168.201.201.10 template -t…