-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Following the guide in k8s-on-raspbian/GUIDE.md.
When I run:
pi@raspberrypi2:~ $ curl -4 http://127.0.0.1:31118 -d "test"
The HTTP request is sent but it is forever awaiting a response.
Environment
- Docker version 19.03.6
- Kubernetes v1.17.3
- Operating System: Raspbian 10 (buster)
- Board: PI4
All pods are running
pi@raspberrypi2:~ $ kubectl get pods --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
default markdownrender-f9744b577-gsmk9 1/1 Running 0 14m
kube-system coredns-6955765f44-hsbhx 1/1 Running 0 23m
kube-system coredns-6955765f44-zzf9w 1/1 Running 0 23m
kube-system etcd-raspberrypi2 1/1 Running 0 24m
kube-system kube-apiserver-raspberrypi2 1/1 Running 0 24m
kube-system kube-controller-manager-raspberrypi2 1/1 Running 0 24m
kube-system kube-proxy-9zx54 1/1 Running 0 11m
kube-system kube-proxy-st75l 1/1 Running 0 23m
kube-system kube-scheduler-raspberrypi2 1/1 Running 0 24m
kube-system weave-net-qhmps 2/2 Running 2 11m
kube-system weave-net-vhq6j 2/2 Running 1 16m
Node (raspberrypi3) successfully joins
pi@raspberrypi2:~ $ kubectl get nodes
NAME STATUS ROLES AGE VERSION
raspberrypi2 Ready master 26m v1.17.3
raspberrypi3 Ready <none> 13m v1.17.3
I'm using the right port:
pi@raspberrypi2:~ $ kubectl get service markdownrender
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
markdownrender NodePort 10.106.161.23 <none> 8080:31118/TCP 17m
Routes show the 31118 port open
pi@raspberrypi2:~ $ netstat -tulpn
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.23:2379 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:2379 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.23:2380 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:2381 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:45009 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:10257 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:10259 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:6784 0.0.0.0:* LISTEN
tcp6 0 0 :::10250 :::* LISTEN
tcp6 0 0 :::10251 :::* LISTEN
tcp6 0 0 :::6443 :::* LISTEN
tcp6 0 0 :::10252 :::* LISTEN
tcp6 2 0 :::31118 :::* LISTEN
tcp6 0 0 :::10256 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::6781 :::* LISTEN
tcp6 0 0 :::6782 :::* LISTEN
tcp6 0 0 :::6783 :::* LISTEN
Comments
I believe I am missing something very simple. I already tried reset and init and the problem persists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels