From c53bdd77ce95522673d62b0ea4e396ee880ca7e1 Mon Sep 17 00:00:00 2001 From: Andrea Hoffer Date: Wed, 29 Jan 2020 14:47:25 -0500 Subject: [PATCH] BZ-1731015: Clarify the parameters --- modules/restore-add-master.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/restore-add-master.adoc b/modules/restore-add-master.adoc index 38d222df66..0d6427567a 100644 --- a/modules/restore-add-master.adoc +++ b/modules/restore-add-master.adoc @@ -29,7 +29,10 @@ You must run this procedure on the master host that is being added to the etcd c + ---- -[core@ip-10-0-147-172 ~]$ sudo -E /usr/local/bin/etcd-member-add.sh 10.0.128.73 etcd-member-ip-10-0-147-172.us-east-2.compute.internal +[core@ip-10-0-147-172 ~]$ sudo -E /usr/local/bin/etcd-member-add.sh \ +10.0.128.73 \ <1> +etcd-member-ip-10-0-147-172.us-east-2.compute.internal <2> + Downloading etcdctl binary.. etcdctl version: 3.3.10 API version: 3.3 @@ -48,6 +51,8 @@ ETCD_INITIAL_CLUSTER_STATE="existing"' Member 1e42c7070decd39 added to cluster 6e25bab1bb556673 Starting etcd.. ---- +<1> The IP address of an active etcd member. This is _not_ the IP address of the member that you are adding. +<2> The name of the etcd member to add. . Verify that the new member is in the list of Pods associated with etcd and that its status is `Running`: +