Skip to content

Instantly share code, notes, and snippets.

@Rud5G
Created September 22, 2024 13:00
Show Gist options
  • Save Rud5G/ea6c08e8d08e2d06602ee5bcb138183b to your computer and use it in GitHub Desktop.
Save Rud5G/ea6c08e8d08e2d06602ee5bcb138183b to your computer and use it in GitHub Desktop.
K3s Pi Cluster Node setup
echo 'execute manually'
exit 0
# become root
sudo bash
# add vim
apt install vim
# Add 'cgroup_memory=1 cgroup_enable=memory' to /boot/cmdline.txt
# replace /boot/cmdline.txt with /boot/firmware/cmdline.txt
echo -n ' cgroup_memory=1 cgroup_enable=memory' >> /boot/firmware/cmdline.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment