etcd如何添加不健康的成员?

时间:2019-09-12 14:54:31

标签: etcd

我使用以下命令删除etcd(3.3.13)不健康的节点:

etcdctl member remove {etcd-member-id}

但是当我在主节点中读取成员时,它显示:

[root@iZuf63refzweg1d9dh94t8Z ~]# etcdctl member add infra2 --peer-urls="https://172.19.104.230:2380"
Error: etcdserver: unhealthy cluster

我在已删除的节点中执行成员列表:

[root@iZuf63refzweg1d9dh94t9Z system]# etcdctl member list
86302bdde8a9d790, started, infra2, https://172.19.104.230:2380, https://172.19.104.230:2379

我应该怎么做才能读取infra2节点?

0 个答案:

没有答案