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 running minikube: Temporary download error: Get https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubelet: proxyconnect tcp: tls: oversized record received with length 20527 #3759

Closed
Racer84 opened this issue Feb 26, 2019 · 1 comment

Comments

@Racer84
Copy link

Racer84 commented Feb 26, 2019

I'm trying to run minkube from the scratch. After necessary preps (https://kubernetes.io/docs/tasks/tools/install-minikube/) and executing:

$ minikube --vm-driver=none start --alsologtostderr -v=8

I'm stuck with:
minikube.log

I appreciate any help.

OS: CentOS Linux release 7.5.1804 (Core)
minikube version: v0.34.1

/etc/systemd/system/docker.service.d/http-proxy.conf:

[Service] Environment="HTTP_PROXY=http://10.92.10.133:8080" Environment="HTTPS_PROXY=https://10.92.10.133:8080" Environment="NO_PROXY=localhost,127.0.0.0/8"

@Racer84
Copy link
Author

Racer84 commented Feb 26, 2019

Adding https_proxy=http://10.92.10.133:8080 before minikube start helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant