Last active
January 8, 2025 18:50
-
-
Save nickistre/82e4f19a562d993ef8eb18b9345b2e7e to your computer and use it in GitHub Desktop.
Initial Debian/Ubuntu server setup (from FAIME install) for Kube node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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