-
Notifications
You must be signed in to change notification settings - Fork 0
10 k3s Installation
hrpatel edited this page Apr 5, 2021
·
3 revisions
Resources
- Step by step guide - https://medium.com/@amadmalik/installing-kubernetes-on-raspberry-pi-k3s-and-docker-on-ubuntu-20-04-ef51e5e56
- Missing linux modules (WTF)
Procedure
- Enable container support in Ubuntu, add the following to
/boot/firmware/cmdline.txt
cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
- Fix issue from the
WTF missing linux modules
(I used the official Raspberry Pi image tool to install Ubuntu 20.04 LTS) - Make
~/.kube/config
file - Install k9s