We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have clean-installed K3S on my sbc running Ubuntu Mantic,
The K3s runs fine , traefik-pod runs fine, however the loadbalancers for port 80 and 443 crash with the message: ip-tables not found.
Maybe there is nothing wrong with ServiceLB but with my configuration. Any tips/suggestions?
kubectl get pod -A gives:
NAMESPACE NAME READY STATUS RESTARTS AGE kube-system local-path-provisioner-6d44f4f9d7-tl5bp 1/1 Running 0 6h40m kube-system coredns-97b598894-8c5gh 1/1 Running 0 6h40m kube-system metrics-server-7c55d89d5d-pv4kz 1/1 Running 0 6h40m kube-system helm-install-traefik-crd-r8j7t 0/1 Completed 0 6h40m kube-system helm-install-traefik-6pwvf 0/1 Completed 2 6h40m kube-system traefik-8657d6b9f4-ctwtz 1/1 Running 0 6h37m kube-system svclb-traefik-4ea49843-qhf9g 0/2 CrashLoopBackOff 164 (2m19s ago) 6h37m
kubectl logs svclb-traefik-4ea49843-qhf9g lb-tcp-80 -n kube-system gives:
k3s —version gives:
k3s version v1.27.3+k3s-9d376dfb-dirty (9d376dfb) go version go1.20.5
Ths SBC is a starfive visionvife 12a
Help appreciated!
KInd regards Allard Krings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have clean-installed K3S on my sbc running Ubuntu Mantic,
The K3s runs fine , traefik-pod runs fine, however the loadbalancers for port 80 and 443 crash with the message: ip-tables not found.
Maybe there is nothing wrong with ServiceLB but with my configuration. Any tips/suggestions?
kubectl get pod -A gives:
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system local-path-provisioner-6d44f4f9d7-tl5bp 1/1 Running 0 6h40m
kube-system coredns-97b598894-8c5gh 1/1 Running 0 6h40m
kube-system metrics-server-7c55d89d5d-pv4kz 1/1 Running 0 6h40m
kube-system helm-install-traefik-crd-r8j7t 0/1 Completed 0 6h40m
kube-system helm-install-traefik-6pwvf 0/1 Completed 2 6h40m
kube-system traefik-8657d6b9f4-ctwtz 1/1 Running 0 6h37m
kube-system svclb-traefik-4ea49843-qhf9g 0/2 CrashLoopBackOff 164 (2m19s ago) 6h37m
kubectl logs svclb-traefik-4ea49843-qhf9g lb-tcp-80 -n kube-system gives:
[INFO] legacy mode detected
/usr/bin/entry: line 46: iptables: not found
k3s —version gives:
k3s version v1.27.3+k3s-9d376dfb-dirty (9d376dfb)
go version go1.20.5
Ths SBC is a starfive visionvife 12a
Help appreciated!
KInd regards Allard Krings
The text was updated successfully, but these errors were encountered: