-
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
how to skip download kubeadm & kubelet . because I download these in $PATH. #3846
Comments
Did you put the linux binaries into your darwin PATH ? If you want to download the binaries ahead of time, they need to go in the minikube cache folder rather than in some generic host folder. But it is probably easier to sort out the network issues ("operation timed out") and let minikube handle the downloading, rather than doing it yourself. Otherwise use |
Additionally, if you configure a HTTP proxy, fetches should work: https://github.com/kubernetes/minikube/blob/master/docs/http_proxy.md |
😭 I am in china . can`t download that by it . I will try . tks. |
I'm facing a similar issue, and thanks to @afbjorklund 's suggestion it was resolved. But it is rather strange that I can easily
|
If you want to skip the downloading, you should put the needed binaries in |
Added documentation at https://github.com/kubernetes/minikube/blob/master/docs/offline.md |
X Exiting due to INET_DOWNLOAD_TIMEOUT: Failed to cache ISO: unable to cache ISO: |
greate job!Nowadays, however, for k8s v1.27.3, minikube v1.31.1 here, it seems finding those binaries from
So, one may should |
minikube start
😄 minikube v0.34.1 on darwin (amd64)
🔥 Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
📶 "minikube" IP address is 192.168.99.100
🐳 Configuring Docker as the container runtime ...
✨ Preparing Kubernetes environment ...
💾 Downloading kubeadm v1.13.3
💾 Downloading kubelet v1.13.3
💣 Failed to update cluster: downloading binaries: downloading kubelet: Error downloading kubelet v1.13.3: failed to download: failed to download to temp file: failed to copy contents: read tcp 192.168.2.229:59753->172.217.160.80:443: read: operation timed out
The text was updated successfully, but these errors were encountered: