"etcdctl member add infra3 http://10.0.1.13:2380", which will return information of the form
ETCD_NAME="infra3"
ETCD_INITIAL_CLUSTER="infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380,infra3=http://10.0.1.13:2380"
ETCD_INITIAL_CLUSTER_STATE=existing
2) Use the information returned in the first step as parameters to the etcd process being started on the second node.
When going from 1 node to 2 nodes, the etcd cluster becomes inaccessible till the second node is powered on. Key refreshes also start failing. It seems to be by design, but is there a way to configure the behavior such that a single node cluster remains operational, between the 2 steps. E.g. is there a way to specify the quorum value, which can be bumped up from 1 to 2 once the second node has successfully joined.
thanks in advance,
- Puneet
--
You received this message because you are subscribed to the Google Groups "etcd-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to etcd-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.