Helm-install-traefik fails to reach kubernetes api

So i’m trying to reinstall k3s. I ran the install script, and most things are up and running (cattle-system, other pods than helm-install-traefik). When checking the pod logs, i’m able to see this error
[storage/driver] 2020/09/22 08:05:10 list: failed to list: Get https://10.43.0.1:443/api/v1/namespaces/kube-system/secrets?labelSelector=OWNER%3DTILLER: dial tcp 10.43.0.1:443: i/o timeout Error: Get https://10.43.0.1:443/api/v1/namespaces/kube-system/secrets?labelSelector=OWNER%!D(MISSING)TILLER: dial tcp 10.43.0.1:443: i/o timeout
which i’m pretty sure is the reason for the error (and also the reason i tried reinstalling, traefik load balancer kept doing the same). I haven’t been able to find a fix for this, does anyone have one