Skip to content

10 k3s Installation

hrpatel edited this page Apr 5, 2021 · 3 revisions

Resources

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
Clone this wiki locally