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, is learner, raft term,
20       raft index, raft applied index, errors.
21
22
23

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

31       --cacert=""
32           verify certificates of TLS-enabled secure servers using this CA
33       bundle
34
35
36       --cert=""
37           identify secure client using this TLS certificate file
38
39
40       --cluster[=false]
41           use all endpoints from the cluster member list
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 (CAUTION: this option should
78       be enabled only for testing purposes)
79
80
81       --insecure-transport[=true]
82           disable transport security for client connections
83
84
85       --keepalive-time=2s
86           keepalive time for client connections
87
88
89       --keepalive-timeout=6s
90           keepalive timeout for client connections
91
92
93       --key=""
94           identify secure client using this TLS key file
95
96
97       --password=""
98           password for authentication (if this option is used, --user option
99       shouldn't include password)
100
101
102       --user=""
103           username[:password] for authentication (prompt if password is not
104       supplied)
105
106
107       -w, --write-out="simple"
108           set the output format (fields, json, protobuf, simple, table)
109
110
111

SEE ALSO

113       etcdctl2-endpoint(1)
114
115
116

HISTORY

118       4-Sep-2020 Auto generated by spf13/cobra
119
120
121
122Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum