Skip to content

Instantly share code, notes, and snippets.

@nickistre
Last active January 8, 2025 18:50
Show Gist options
  • Save nickistre/82e4f19a562d993ef8eb18b9345b2e7e to your computer and use it in GitHub Desktop.
Save nickistre/82e4f19a562d993ef8eb18b9345b2e7e to your computer and use it in GitHub Desktop.
Initial Debian/Ubuntu server setup (from FAIME install) for Kube node
sudo -i
apt update
# Update FAIME source to make sure these are installed
apt install -y qemu-guest-agent ssh-import-id curl open-iscsi nfs-common iptables
# Update FAIME source to import these there instead
ssh-import-id lp:nickistre
hostnamectl set-hostname <full-host-name>
sudo -u debian -i
ssh-import-id lp:nickistre
exit
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment