We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have a cluster with 5 nodes, all of them in etcd v3.3.5.
All the other functions are working properly, but the new move-leader command does not work. The following error log is reported in the server log:
move-leader
etcd4_1 | 2018-06-05 10:35:24.183354 I | embed: rejected connection from "100.105.80.10:12650" (error "remote error: tls: bad certificate", ServerName "")
client command line is:
ETCDCTL_API=3 etcdctl --cacert=/etc/confd/keys/ca.pem --cert=/root/rootkey/root.cert --key=/root/rootkey/root.key --endpoints=https://100.105.150.23:2379 move-leader c42bd63b2d9bfb86
The text was updated successfully, but these errors were encountered:
https://github.com/coreos/etcd/blob/8ee3f5aaac4e5bfb27a7704005dbfe7241d69555/etcdctl/ctlv3/command/move_leader_command.go#L55-L61
Looks like etcdctl is just ignoring the TLS options
etcdctl
Sorry, something went wrong.
No branches or pull requests
I have a cluster with 5 nodes, all of them in etcd v3.3.5.
All the other functions are working properly, but the new
move-leader
command does not work. The following error log is reported in the server log:client command line is:
The text was updated successfully, but these errors were encountered: