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, Is Learner.
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 (CAUTION: this option should
72 be enabled only for testing purposes)
73
74
75 --insecure-transport[=true]
76 disable transport security for client connections
77
78
79 --keepalive-time=2s
80 keepalive time for client connections
81
82
83 --keepalive-timeout=6s
84 keepalive timeout for client connections
85
86
87 --key=""
88 identify secure client using this TLS key file
89
90
91 --password=""
92 password for authentication (if this option is used, --user option
93 shouldn't include password)
94
95
96 --user=""
97 username[:password] for authentication (prompt if password is not
98 supplied)
99
100
101 -w, --write-out="simple"
102 set the output format (fields, json, protobuf, simple, table)
103
104
105
107 etcdctl3-member(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)