k3s

a simple to install kubernetes distribution

resetting a cluster ΒΆ

start k3s with --cluster-reset

k3s server --cluster-reset

let it run and then it'll tell you to delete ${datadir}/server/db on every other node

rm -r /var/lib/rancher/k3s/server/db

then you can start them back up and they'll rejoin