mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1.1 KiB
1.1 KiB
Raspberry Pi OS
Let it run containers
Kernel containerization features
Enable containerization features in the kernel to be able to run containers as intended.
Add the following properties at the end of the line in /boot/cmdline.txt:
cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory
Firewall settings
Switch Debian firewall to legacy config:
update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
Sources
- The k3s project page
- The Build your very own self-hosting platform with Raspberry Pi and Kubernetes series of articles
- Run Kubernetes on a Raspberry Pi with k3s
- Project's issue 2067