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

NAME

6       etcdctl-lease-keep-alive - Keeps leases alive (renew)
7
8
9

SYNOPSIS

11       ETCDCTL=3 etcdctl lease keep-alive [options] <leaseID> [flags]
12
13
14

DESCRIPTION

16       Keeps leases alive (renew)
17
18
19

OPTIONS

21       -h, --help[=false]
22           help for keep-alive
23
24
25       --once[=false]
26           Resets the keep-alive time to its original value and exits
27       immediately
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

32       --cacert=""
33           verify certificates of TLS-enabled secure servers using this CA
34       bundle
35
36
37       --cert=""
38           identify secure client using this TLS certificate file
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       etcdctl3-lease(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