Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 662 Bytes

Installation

For the installation of k0s I mainly followed this steps and applied some changes.

  • Set vm.swappiness to 60
  • 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.

Remote management

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.

Updates