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

NAME

6       etcdctl-move-leader - Transfers leadership to another etcd cluster
7       member.
8
9
10

SYNOPSIS

12       ETCDCTL=3 etcdctl move-leader <transferee-member-id> [flags]
13
14
15

DESCRIPTION

17       Transfers leadership to another etcd cluster member.
18
19
20

OPTIONS

22       -h, --help[=false]
23           help for move-leader
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       --command-timeout=5s
38           timeout for short running command (excluding dial timeout)
39
40
41       --debug[=false]
42           enable client-side debug logging
43
44
45       --dial-timeout=2s
46           dial timeout for client connections
47
48
49       -d, --discovery-srv=""
50           domain name to query for SRV records describing cluster endpoints
51
52
53       --discovery-srv-name=""
54           service name to query when using DNS discovery
55
56
57       --endpoints=[127.0.0.1:2379]
58           gRPC endpoints
59
60
61       --hex[=false]
62           print byte strings as hex encoded strings
63
64
65       --insecure-discovery[=true]
66           accept insecure SRV records describing cluster endpoints
67
68
69       --insecure-skip-tls-verify[=false]
70           skip server certificate verification (CAUTION: this option should
71       be enabled only for testing purposes)
72
73
74       --insecure-transport[=true]
75           disable transport security for client connections
76
77
78       --keepalive-time=2s
79           keepalive time for client connections
80
81
82       --keepalive-timeout=6s
83           keepalive timeout for client connections
84
85
86       --key=""
87           identify secure client using this TLS key file
88
89
90       --password=""
91           password for authentication (if this option is used, --user option
92       shouldn't include password)
93
94
95       --user=""
96           username[:password] for authentication (prompt if password is not
97       supplied)
98
99
100       -w, --write-out="simple"
101           set the output format (fields, json, protobuf, simple, table)
102
103
104

SEE ALSO

106       etcdctl(1)
107
108
109

HISTORY

111       4-Sep-2020 Auto generated by spf13/cobra
112
113
114
115Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum