Skip to content
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 to cache ISO" Error while starting minikube on windows 10 #5214

Closed
vivporwal opened this issue Aug 27, 2019 · 2 comments
Closed

"failed to cache ISO" Error while starting minikube on windows 10 #5214

vivporwal opened this issue Aug 27, 2019 · 2 comments
Labels
cause/firewall-or-proxy When firewalls or proxies seem to be interfering kind/support Categorizes issue or PR as a support question.

Comments

@vivporwal
Copy link

The exact command to reproduce the issue:
C:> minikube start --docker-env http://usernamexx:[email protected]:pppp --docker-env https://usernamexx:[email protected]:pppp

Note: obfuscating proxy IPs

The output of the minikube logs command:


The full output of the command that failed:

  • minikube v1.3.1 on Microsoft Windows 10 Enterprise 10.0.16299 Build 16299
  • Downloading VM boot image ...

X Failed to cache ISO: https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso: invalid checksum: Error downloading checksum file: Get https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso.sha256: proxyconnect tcp: EOF
*

The operating system version:
Microsoft Windows 10 Enterprise 10.0.16299 Build 16299

@tstromberg tstromberg added the kind/support Categorizes issue or PR as a support question. label Aug 29, 2019
@tstromberg
Copy link
Contributor

You will need to tell minikube about the proxy that is required to access the internet, by using the http_proxy and https_proxy environment variables:

https://minikube.sigs.k8s.io/docs/reference/networking/proxy/

On the plus side, it will pass the correct configuration to docker as well.

Please let me know if this helps!

@tstromberg tstromberg added the cause/firewall-or-proxy When firewalls or proxies seem to be interfering label Aug 29, 2019
@tstromberg
Copy link
Contributor

Closing as a workaround has been provided.

Also related: #4774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cause/firewall-or-proxy When firewalls or proxies seem to be interfering kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants