# etcdctl -C https://${CURRENT_ETCD_HOST}:2379 \
--ca-file=/etc/etcd/ca.crt \
--cert-file=/etc/etcd/peer.crt \
--key-file=/etc/etcd/peer.key member add ${NEW_ETCD_HOSTNAME} https://${NEW_ETCD_IP}:2380 (1)
Added member named 10.3.9.222 with ID 4e1db163a21d7651 to cluster
ETCD_NAME="<NEW_ETCD_HOSTNAME>"
ETCD_INITIAL_cluster="<NEW_ETCD_HOSTNAME>=https://<NEW_HOST_IP>:2380,<clusterMEMBER1_NAME>=https:/<clusterMEMBER2_IP>:2380,<clusterMEMBER2_NAME>=https:/<clusterMEMBER2_IP>:2380,<clusterMEMBER3_NAME>=https:/<clusterMEMBER3_IP>:2380"
ETCD_INITIAL_cluster_STATE="existing"