Phase 1 - Inform cluster of new configuration
To add a member into etcd cluster, make an API call to request a new member to be added to the cluster. This is only way to add a new member into an existing cluster. The API call returns when the cluster agrees on the configuration change.
ETCDCTL_API=3 etcdctl member add <memberName> --peer-urls=http://<ip>:2380