mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-09 06:31:25 +02:00
There are two APIs and `talosctl` commands: * `etcd leave` removes the member from the cluster and removes etcd data directory for the called node * `etcd remove-member <node>` removes some other node from the etcd cluster, but it doesn't affect called node state This fixes confusing naming of the methods vs. what they're doing. Fixes #3340 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>