-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
kubeadm init fails with NewSession: EOF #3912
Comments
The errors indicate that the VM is closing the SSH connection on minikube, though I don't know why. Do you mind including the output of:
Thanks! |
Thanks, @tstromberg.
Also, I would like to mention that I could get it working with |
Could you run: I'd like to sort out if VirtualBox is killing the VM, or if the VM is killing itself. Thanks! |
hello @tstromberg , Environment: Linux ubuntu 4.18.0-15-generic #16~18.04.1-Ubuntu SMP Thu Feb 7 14:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux **@ubuntu:~$ minikube start ** 💣 Failed to update cluster: downloading binaries: copying kubelet: copy: pre-copy: NewSession: EOF 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: more detailed logs I0511 18:08:54.940389 5971 cache_images.go:236] Successfully loaded image /home/recep/.minikube/cache/images/k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64_1.14.13 from cache [Unit] [Service] [Install] 💣 Failed to update cluster: downloading binaries: copying kubeadm: copy: pre-copy: NewSession: EOF 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: and last as you asked here is the output of (minikube start -p testvm2 followed immediately by minikube ssh -p testvm2 dmesg) recep@ubuntu:~$ minikube start -p testvm2 💣 Failed to update cluster: downloading binaries: copying kubelet: copy: pre-copy: NewSession: write tcp 127.0.0.1:33748->127.0.0.1:44545: write: connection reset by peer 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: would u please advise ? thanks in advance. |
From the sound of it, VirtualBox is killing the minikube VM for some reason. I'm not sure how to investigate why, however. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
Environment: CentOS 7 64 Bit, VM version 13
VirtualBox Version: Oracle VM VirtualBox VM Selector v6.0.4
Minikube version (use minikube version): v0.35.0
Tried deleting and starting from scratch and also tried other drivers with no luck.
The text was updated successfully, but these errors were encountered: