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

NAME

6       etcdctl-compaction - Compacts the event history in etcd
7
8
9

SYNOPSIS

11       ETCDCTL=3 etcdctl compaction [options] <revision> [flags]
12
13
14

DESCRIPTION

16       Compacts the event history in etcd
17
18
19

OPTIONS

21       -h, --help[=false]
22           help for compaction
23
24
25       --physical[=false]
26           'true' to wait for compaction to physically remove all old
27       revisions
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 (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       etcdctl(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