我使用以下命令删除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节点?