Manage k3s With systemd

Introduction This post shows a way to install k3s manually and add rc.local script for automatic launch. I found that k3s install script is more useful because it supports systemd, so I introduce it. Prerequisites 2 or more Raspberry pi installed Raspbian lite Please log in master/node, and add some setings to enable cgroup to /boot/cmdline.txt. Settings to add is cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory. Below is a example of my cluster....

May 18, 2019 · 2 min · Me