kubernetes/minikube

long-running tunnel breaks cluster connectivity: ssh: handshake failed: connection reset by peer

Open

#4,240 opened on 2019年5月10日

GitHub で見る
 (14 comments) (0 reactions) (0 assignees)Go (31,799 stars) (5,222 forks)batch import
area/tunnelhelp wantedkind/buglifecycle/frozenos/linuxpriority/backlog

説明

The exact command to reproduce the issue: minikube ip

But the truth is, I kept minikube tunnel running for a while. I can access everything using kubectl, but when I want to do any command that communicates with the cluster in any way, it just hangs.

I have done nothing special, just minikube start, in an other window minikube tunnel.

I also tried minikube tunnel --cleanup,did not fail, but did nothing either.

Then i tried minikube ip -v=7: Using SSH client type: native &{{{ 0 [] [] []} docker [0x83b580] 0x83b550 [] 0s} 127.0.0.1 37871 } About to run SSH command: ip addr show

and after a while: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35568->127.0.0.1:37871: read: connection reset by peer

The full output of the command that failed: It just hangs no output.

The output of the minikube logs command: That just hangs too.

The operating system version: Kubuntu 17.10

コントリビューターガイド