Housekeeping
Below are some basic housekeeping tasks to perform before installing K3s.
Passwords
Make sure to change the password for the logged in user and root user
passwd
passwd root
Update
Keep the system up to date by running the following commands:
sudo apt update && sudo apt upgrade -y