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