Created
February 3, 2021 15:21
-
-
Save marvin-marvin/0d4f94b218a41b6444a3c341b18ac2bc to your computer and use it in GitHub Desktop.
reset_wipe_etcd.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reset/wipe etcd on each node | |
systemctl stop etcd | |
rm -rf /var/lib/etcd/member | |
systemctl start etcd | |
sleep 5 | |
systemctl status etcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment