For the installation of k0s
I mainly followed this steps and applied some changes.
- Set
vm.swappiness
to60
- modprobe
overlay
nf_conntrack
br_netfilter
- Added
cgroup_memory=1 cgroup_enable=memory cgroup_enable=cpuset
to/boot/firmware/cmdline.txt
I'v also done what's in the k3s update section.
To manage the cluster remotely you have to create a new configuration:
k0s kubeconfig create username
And paste the output to your ~/.kube/config
on your computer.