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

SEE ALSO

110       etcdctl3-endpoint(1)
111
112
113

HISTORY

115       4-Sep-2020 Auto generated by spf13/cobra
116
117
118
119Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum