there seems to be a bug on rke2-uninstall.sh + rm...
# rke2
b
there seems to be a bug on rke2-uninstall.sh + rm -d /etc/rancher rm: cannot remove '/etc/rancher': Directory not empty instead of rm -d it should be rm -rf + rm -d /var/lib/rancher rm: cannot remove '/var/lib/rancher': Directory not empty + true same