# List the nodes and get the you want to remove from cluster kubectl get nodes # Drain the node kubectl drain # If you want to completely remove data from the node kubectl drain --ignore-daemonsets --delete-local-data --force # Delete the node kubectl delete node