This message was deleted.
# general
a
This message was deleted.
b
Yea just restarting the systemd service won't stop everything. Run the
rke2-killall.sh
script at
/usr/local/bin/rke2-killall.sh
Then start the service again with systemctl start rke2-server. The systemd unit is a bootstrap and doesn't stop all of the running containers which is why you should use the killall script
🙌 1