mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
BZ-1731015: Clarify the parameters
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
2942eb75a4
commit
c53bdd77ce
@@ -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`:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user