Closed stonecharioteer closed 4 years ago
Do you have anything conflicting ports with it? That appears to be an error trying to talk to the K3s api-server.
Not that I know of. I've installed docker on these Pis as well. Would that interfere with anything?
On Sat, Jul 4, 2020, 04:06 Carlos Eduardo notifications@github.com wrote:
Do you have anything conflicting ports with it? That appears to be an error trying to talk to the K3s api-server.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/carlosedp/cluster-monitoring/issues/74#issuecomment-653689839, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXSLCYUBIIJGJGUGCGCBS3RZZMNLANCNFSM4OP2YM7A .
Here's a dump of sudo netstat -tupln
sudo netstat -tupln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:10010 0.0.0.0:* LISTEN 1161/containerd
tcp 0 0 0.0.0.0:32190 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 0.0.0.0:31744 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 192.168.68.120:9100 0.0.0.0:* LISTEN 3015/./kube-rbac-pr
tcp 0 0 127.0.0.1:9100 0.0.0.0:* LISTEN 2771/node_exporter
tcp 0 0 127.0.0.1:6444 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 0.0.0.0:31568 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 127.0.0.1:10256 0.0.0.0:* LISTEN 1117/k3s
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 540/sshd
tcp6 0 0 :::5001 :::* LISTEN 12307/docker-proxy
tcp6 0 0 :::10250 :::* LISTEN 1117/k3s
tcp6 0 0 :::10251 :::* LISTEN 1117/k3s
tcp6 0 0 :::6443 :::* LISTEN 1117/k3s
tcp6 0 0 :::10252 :::* LISTEN 1117/k3s
tcp6 0 0 :::8080 :::* LISTEN 12499/docker-proxy
tcp6 0 0 :::22 :::* LISTEN 540/sshd
udp 0 0 0.0.0.0:68 0.0.0.0:* 455/dhcpcd
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 0.0.0.0:5353 0.0.0.0:* 384/avahi-daemon: r
udp 0 0 0.0.0.0:42218 0.0.0.0:* 384/avahi-daemon: r
udp6 0 0 :::36409 :::* 384/avahi-daemon: r
udp6 0 0 :::546 :::* 455/dhcpcd
udp6 0 0 :::5353 :::* 384/avahi-daemon: r
Ah, looks like a k3s issue. This got fixed the moment I uninstalled docker-ce
on my Raspberry Pi 4s.
It has been raised as an issue with K3S.
Thank you for this repo, it is truly amazing.
Hi,
I have been trying to run these services on K3s on a 4 node Raspberry Pi 4 Cluster running Raspberry Pi OS 64Bit.
The prometheus operator pod is failing to start, and results in a CrashLoopBackoff.
Here are the logs:
Could you help me figure out what I am doing wrong?
This also causes the other two pods to fail: