- under "Replacing an unhealthy bare metal etcd member whose machine is not running or whose node is not ready"
- point d "etcdctl member remove 7a8197040a5126c8"
- The expected result of step e is to have the remaining members as following
8d5abe9669a39192 and cc3830a72fc357f9
- The typo is on point e, which shows the remaining members as the following:
+------------------+---------+--------------------+---------------------------+---------------------------+-------------------------+
| ID | STATUS | NAME | PEER ADDRS | CLIENT ADDRS | IS LEARNER |
+------------------+---------+--------------------+---------------------------+---------------------------+-------------------------+
| 7a8197040a5126c8 | started | openshift-control-plane-2 |
https://192.168.10.11:2380/ |
https://192.168.10.11:2379/ | false |
| 8d5abe9669a39192 | started | openshift-control-plane-1 |
https://192.168.10.10:2380/ |
https://192.168.10.10:2379/ | false |
+------------------+---------+--------------------+---------------------------+---------------------------+-------------------------+
while the correct remaining members are 8d5abe9669a39192 and cc3830a72fc357f9