Master node not working (CNI, k3s and longhorn)

So I applied calico, I got calico from here: https://docs.projectcalico.org/v3.24/manifests/calico.yaml

spiderunderurbed@raspberrypi:~/k8s $ kubectl get nodes
NAME          STATUS     ROLES                  AGE   VERSION
raspberrypi   NotReady   control-plane,master   19d   v1.31.6+k3s1
spiderunderurbed@raspberrypi:~/k8s $ 

Yet my main node shows up as NotReady, I had k3s connect to the containerd service I installed because I had issues with the default containerd, containerd seems to be running fine, it initially complained about lacking a cni but i made a script to install it for containerd, but now my master node is complaining: Calico log: spiderunderurbed@raspberrypi:~/k8s $ kubectl logs -n kube-system -l k8s-app=cali - Pastebin.com kubectl get events: Possible Spam Detected - Pastebin.com

I installed calico because I got the issue of a cni not being installed in the first place, installing it didnt help

Other additional information:
Startup arg:
/usr/local/bin/k3s server --kubelet-arg=allowed-unsafe-sysctls=net.core.rmem_max,net.core.wmem_max --container-runtime-endpoint=unix:///var/run/containerd/containerd.sock

Journalctl of the startup arg systemd service:

nghorn.io/v1beta1, Kind=Node: conversion webhook for longhorn.io/v1beta2, Kind=Node failed: Post "https://longhorn-conversion-webhook.longhorn-system.svc:9501/v1/
webhook/conversion?timeout=30s": no endpoints available for service "longhorn-conversion-webhook"; reinitializing...
Mar 25 22:00:27 raspberrypi k3s[218681]: W0325 22:00:27.495329 218681 reflector.go:561] storage/cacher.go:/longhorn.io/backuptargets: failed to list longhorn.io/
v1beta1, Kind=BackupTarget: conversion webhook for longhorn.io/v1beta2, Kind=BackupTarget failed: Post "https://longhorn-conversion-webhook.longhorn-system.svc:95
01/v1/webhook/conversion?timeout=30s": no endpoints available for service "longhorn-conversion-webhook"
Mar 25 22:00:27 raspberrypi k3s[218681]: E0325 22:00:27.495422 218681 cacher.go:478] cacher (backuptargets.longhorn.io): unexpected ListAndWatch error: failed to
list longhorn.io/v1beta1, Kind=BackupTarget: conversion webhook for longhorn.io/v1beta2, Kind=BackupTarget failed: Post "https://longhorn-conversion-webhook.long
horn-system.svc:9501/v1/webhook/conversion?timeout=30s": no endpoints available for service "longhorn-conversion-webhook"; reinitializing...

Version

spiderunderurbed@raspberrypi:~/k8s $ kubectl version --client
Client Version: v1.32.2
Kustomize Version: v5.5.0