1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-endpoint-status - Prints out the status of endpoints specified
7       in --endpoints flag
8
9
10

SYNOPSIS

12       etcdctl endpoint status [flags]
13
14
15

DESCRIPTION

17       When --write-out is set to simple, this command prints out
18       comma-separated status lists for each endpoint.  The items in the lists
19       are endpoint, ID, version, db size, is leader, raft term, raft index.
20
21
22

OPTIONS

24       -h, --help[=false]
25           help for status
26
27
28

OPTIONS INHERITED FROM PARENT COMMANDS

30       --cacert=""
31           verify certificates of TLS-enabled secure servers using this CA
32       bundle
33
34
35       --cert=""
36           identify secure client using this TLS certificate file
37
38
39       --cluster[=false]
40           use all endpoints from the cluster member list
41
42
43       --command-timeout=5s
44           timeout for short running command (excluding dial timeout)
45
46
47       --debug[=false]
48           enable client-side debug logging
49
50
51       --dial-timeout=2s
52           dial timeout for client connections
53
54
55       -d, --discovery-srv=""
56           domain name to query for SRV records describing cluster endpoints
57
58
59       --discovery-srv-name=""
60           service name to query when using DNS discovery
61
62
63       --endpoints=[127.0.0.1:2379]
64           gRPC endpoints
65
66
67       --hex[=false]
68           print byte strings as hex encoded strings
69
70
71       --insecure-discovery[=true]
72           accept insecure SRV records describing cluster endpoints
73
74
75       --insecure-skip-tls-verify[=false]
76           skip server certificate verification
77
78
79       --insecure-transport[=true]
80           disable transport security for client connections
81
82
83       --keepalive-time=2s
84           keepalive time for client connections
85
86
87       --keepalive-timeout=6s
88           keepalive timeout for client connections
89
90
91       --key=""
92           identify secure client using this TLS key file
93
94
95       --password=""
96           password for authentication (if this option is used, --user option
97       shouldn't include password)
98
99
100       --user=""
101           username[:password] for authentication (prompt if password is not
102       supplied)
103
104
105       -w, --write-out="simple"
106           set the output format (fields, json, protobuf, simple, table)
107
108
109

SEE ALSO

111       etcdctl-endpoint(1)
112
113
114

HISTORY

116       14-Mar-2019 Auto generated by spf13/cobra
117
118
119
120Auto generated by spf13/cobra      Mar 2019                        etcdctl3(1)
Impressum