Problem with kubeadm init

Cluster information:

Kubernetes version: v1.22.1
Cloud being used: bare-metal (AlmaLinux KVM = control, 2 LXD Container = worker nodes)
Installation method: tecmint tutorial & this Forum Topic
Host OS: AlmaLinux 8.4


I am trying to get a first cluster running for a learninglab (that also shows my level of expertise … novice) and fail with the kubeadm init

Troubleshooting it seems that kubelet and docker are not running on my controller node with this error which I can not draw much from.

Can anybody kindly point me into the right direction with this?

Disable swap perhaps? swapoff -a and remove swap from /etc/fstab?