This file contains hidden or 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
# Drain and delete the nodes (for each node you have) | |
kubectl drain kubenode1 --delete-local-data --force --ignore-daemonsets | |
kubectl delete node kubenode1 | |
# Reset the deployment | |
sudo kubeadm reset | |
# On each node | |
## Reset the nodes and weave |