-
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
failed pulling image: Get https://k8s.gcr.io/v2/: Client.Timeout exceeded while awaiting headers #3115
Comments
Do you mind attaching a full log file? There seems to be two main issues here:
The second can be many things. The first is indicative of a connectivity failure to GCR: is this minikube instance running within China, by any chance? We should find a way to install minikube so that it doesn't require external connectivity. |
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. |
BUG REPOR
I know this is the same as #2018, but with latest version it still doesn't work and I can only start with
--bootstrapper=localkube
, other bootstrappers never work.Minikube version : v0.28.2
The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
The command
minikube start --vm-driver kvm2 --bootstrapper=kubeadm
will get stuck atStarting cluster components...
. By checkingminikube logs
, I find it gets refused when trying to connect to127.0.0.1:8443: getsockopt: connection refused
What you expected to happen:
It starts normally.
How to reproduce it (as minimally and precisely as possible):
minikube v0.28.2
andkubelet v1.11.2
minikube start --vm-driver kvm2 --bootstrapper=kubeadm
Output of
minikube logs
(if applicable):Here is part of it
Anything else do we need to know:
--bootstrapper=localkube
but not with kubeadm, will it be the issue of RBAC?ping k8s.io
, but I can NOTping k8s.gcr.io
, will this cause start failure too?--kubernetes-version=v1.9.4
, but not working either.The text was updated successfully, but these errors were encountered: