Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: command
etcd remove-member
shouldn't remove etcd data directory
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>
- Loading branch information