Skip to content

Instantly share code, notes, and snippets.

@marvin-marvin
Created February 3, 2021 15:21
Show Gist options
  • Save marvin-marvin/0d4f94b218a41b6444a3c341b18ac2bc to your computer and use it in GitHub Desktop.
Save marvin-marvin/0d4f94b218a41b6444a3c341b18ac2bc to your computer and use it in GitHub Desktop.
reset_wipe_etcd.sh
# 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