Created
September 22, 2024 13:00
-
-
Save Rud5G/ea6c08e8d08e2d06602ee5bcb138183b to your computer and use it in GitHub Desktop.
K3s Pi Cluster Node setup
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
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