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