-
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
Downloading kubelet: x509: certificate signed by unknown authority #2739
Comments
I get the same issue on MacOS but at the end of the url is : EOF |
I am seeing the same: E0531 07:13:56.412331 2648 start.go:234] Error updating cluster: starting kubelet: |
I got a similar but timeout error while starting the minikube: root@user-VirtualBox:/home/user# sudo -E minikube start --vm-driver=none --bootstrapper=kubeadm
|
Hello, I also had a mistake to know. How should I solve it. Please help me to solve it [root@localhost bin]# minikube start
|
I'm having the same issues as the above. |
hello,friends,I also meet this problem:Error updating cluster: downloading binaries: downloading kubeadm: Error downloading kubeadm v1.10.0: failed to download: failed to download to temp file: failed to copy contents: read: operation timed out I stop minikube and restart minikube,this question does'n appear,you can also try this way. |
it's also possible your inernet is not very good,please try many times |
@liqiang75 is right. I've tried a few times and finally it works.
However, I would suggest that the k8s team to put the artifacts onto a server(perhaps mirrors) that's also accessible for some particular countries. |
This sounds like a host or network misconfiguration. Do you mind sharing the output of: curl -iv https://storage.googleapis.com Thanks! |
curl -iv https://storage.googleapis.com
curl performs SSL certificate verification by default, using a "bundle" |
@RajeshBhojwani - I suspect that either the /etc/ssl/certs files on this system are too old for usage, or that there is a bad proxy which is intercepting and rewriting outgoing SSL certificates. Either way, if curl fails, there is a system misconfiguration that needs to be addressed. One way to help debug the issue is to use: echo | openssl s_client -connect storage.googleapis.com:443 \
| egrep "^subject=|^issuer=" On my machine, I get the following output: depth=2 OU = GlobalSign Root CA - R2, O = GlobalSign, CN = GlobalSign
verify return:1
depth=1 C = US, O = Google Trust Services, CN = Google Internet Authority G3
verify return:1
depth=0 C = US, ST = California, L = Mountain View, O = Google LLC, CN = *.storage.googleapis.com
verify return:1
DONE
subject=/C=US/ST=California/L=Mountain View/O=Google LLC/CN=*.storage.googleapis.com
issuer=/C=US/O=Google Trust Services/CN=Google Internet Authority G3 If you see a different list of issuers, something is intercepting your outgoing requests. If you see the same list of issuers, I suspect you may need to update your locally installed certificates. |
We are also facing same issue, is there any work around present for this issue? [root@minikube ~]# minikube start --vm-driver=none
|
Closing because the issue of SSL interception is outside of our control. Mentioned the need to check for this condition in #3145 - thanks for the report! |
Well, it's not totally outside our control. I have the corporate CAs, I just need to know which truststore to append them to. |
I am having the same issue when trying to run
When I run
I get almost the same output as you mentioned besides CN is now GTS CA 101
Been having a lot of trouble trying to get Minikube up and running... tried just about everything I could think of. Any advice much appreciated |
root@user01-VirtualBox:~# minikube start --vm-driver=kvm
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
Getting VM IP address...
Moving files into cluster...
Downloading kubeadm v1.10.0
Downloading kubelet v1.10.0
E0417 15:28:25.329836 29194 start.go:234] Error updating cluster: downloading binaries: downloading kubelet: Error downloading kubelet v1.10.0: failed to download: failed to download to temp file: download failed: 5 error(s) occurred:
E0417 15:28:25.967140 29194 util.go:151] Error uploading error message: : Post https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA: x509: certificate signed by unknown authority
root@user01-VirtualBox:~#
The text was updated successfully, but these errors were encountered: