1etcdctl3(1) etcdctl3(1)
2
3
4
6 etcdctl-member-add - Adds a member into the cluster
7
8
9
11 etcdctl member add <memberName> [options] [flags]
12
13
14
16 Adds a member into the cluster
17
18
19
21 -h, --help[=false]
22 help for add
23
24
25 --learner[=false]
26 indicates if the new member is raft learner
27
28
29 --peer-urls=""
30 comma separated peer URLs for the new member.
31
32
33
35 --cacert=""
36 verify certificates of TLS-enabled secure servers using this CA
37 bundle
38
39
40 --cert=""
41 identify secure client using this TLS certificate file
42
43
44 --command-timeout=5s
45 timeout for short running command (excluding dial timeout)
46
47
48 --debug[=false]
49 enable client-side debug logging
50
51
52 --dial-timeout=2s
53 dial timeout for client connections
54
55
56 -d, --discovery-srv=""
57 domain name to query for SRV records describing cluster endpoints
58
59
60 --discovery-srv-name=""
61 service name to query when using DNS discovery
62
63
64 --endpoints=[127.0.0.1:2379]
65 gRPC endpoints
66
67
68 --hex[=false]
69 print byte strings as hex encoded strings
70
71
72 --insecure-discovery[=true]
73 accept insecure SRV records describing cluster endpoints
74
75
76 --insecure-skip-tls-verify[=false]
77 skip server certificate verification
78
79
80 --insecure-transport[=true]
81 disable transport security for client connections
82
83
84 --keepalive-time=2s
85 keepalive time for client connections
86
87
88 --keepalive-timeout=6s
89 keepalive timeout for client connections
90
91
92 --key=""
93 identify secure client using this TLS key file
94
95
96 --password=""
97 password for authentication (if this option is used, --user option
98 shouldn't include password)
99
100
101 --user=""
102 username[:password] for authentication (prompt if password is not
103 supplied)
104
105
106 -w, --write-out="simple"
107 set the output format (fields, json, protobuf, simple, table)
108
109
110
112 etcdctl2-member(1)
113
114
115
117 5-Apr-2020 Auto generated by spf13/cobra
118
119
120
121Auto generated by spf13/cobra Apr 2020 etcdctl3(1)