-
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 failed, kubelet:failed pulling images: Client.Timeout exceeded while awaiting headers #2956
Comments
My team is having the exact same issue (getsockopt spam in logs). Everyone is running High Sierra, minikube version v0.26.1, hyperkit v0.20171204-60-g0e5b6b. It magically works just on my machine. Feels like a networking issue that the VM can't connect to the internet properly. If anyone got an idea on what do to, I'd be super grateful. |
i faced this as well. The start times out with this error.
On restart (stop,start) i am seeing same error. |
Deleting the vm and starting over worked. |
@irfn I believe that your issue is something different. On my team the established workaround is to switch to VirtualBox when hyperkit gets stuck. Every now and then the apiserver then becomes unreachable and pods need to be restarted, never faced these issues with hyperkit though. |
@irfn The command you pointed out was not resolved the issue. |
hello , minikube cannot start 。How should I solve it ,please give me help. in the Centos7 [root@localhost bin]# minikube start
|
The important errors from the log - indicate a crashing apiserver. If someone runs into this again, can they attach the output of |
I'm pretty sure this is related in some way to network connectivity issues, but I'm not absolutely certain. If you run into this, please attach the output of: minikube logs
kubectl get pods --all-namespaces
minikube ssh "journalctl -xe" Thanks! |
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. |
Stale issues rot after 30d 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. |
Issue is now documented - and appears quite a bit differently in newer releases of minikube: |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Please provide the following details:
Environment:
Minikube version (use
minikube version
):cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hyperkitcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): minikube-v0.28.0.isoThe above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
What you expected to happen:
Expect the cluster up and running.
How to reproduce it (as minimally and precisely as possible):
CMD: minikube start --vm-driver=hyperkit
Output of
minikube logs
(if applicable):error.txt
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: