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

NAME

6       etcdctl-endpoint-health - Checks the healthiness of endpoints specified
7       in --endpoints flag
8
9
10

SYNOPSIS

12       etcdctl endpoint health [flags]
13
14
15

DESCRIPTION

17       Checks the healthiness of endpoints specified in --endpoints flag
18
19
20

OPTIONS

22       -h, --help[=false]
23           help for health
24
25
26

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

109       etcdctl-endpoint(1)
110
111
112

HISTORY

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