techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.

Home Page:https://technotim.live/posts/k3s-etcd-ansible/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k3s-init.service fails

fabltd opened this issue · comments

Hi

I have updated the version of K3s and Kube VIP in the vars all.yml.

I have 6 raspberry PIs ready to install.

Ansible always fails at the k3s-init.service. Whats the best way to debug why this fails?

Also happened to me:

I ran k3s check-config and saw that it was missing the necessary cgroups
image

Fixed it in #404

Agreed: Fixed it in #404

fixed by #404