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

Error response from daemon: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority. #12944

Closed
Mandeepsheoran opened this issue Nov 14, 2021 · 4 comments
Labels
ev/certificate-errors failed due to certificate issues kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@Mandeepsheoran
Copy link

Hi,
I recently started working on minikube and created the cluster, once I started pulling docker images inside VM, its throwing following error:

Failed to pull image "selenium/hub": rpc error: code = Unknown desc = Error response from daemon: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority

I checked with Docker team and they are saying this is minikube/kubernetes issue. KIndly help me to solve this. I don't have any private repository and want to use default docker public registry.

Simple steps which i used:
minikube start
kubectl craete -f pod.yml
kubectl describe pods

=======
Events:
Type Reason Age From Message


Warning Failed 17h (x26 over 19h) kubelet Failed to pull image "selenium/hub": rpc error: code = Unknown desc = Error response from daemon: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority
Normal Pulling 17h (x29 over 19h) kubelet Pulling image "selenium/hub"
Normal BackOff 4m40s (x701 over 19h) kubelet Back-off pulling image "selenium/hub"

@spowelljr
Copy link
Member

Hi @Mandeepsheoran, thanks for reporting your issue with minikube!

Could you run minikube logs --file=logs.txt and upload the the file to this issue, this will help debug the issue, thanks!

@spowelljr spowelljr added ev/certificate-errors failed due to certificate issues kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it. labels Nov 15, 2021
@sharifelgamal
Copy link
Collaborator

sharifelgamal commented Dec 15, 2021

We have this exact scenario in our proxy and VPN documentation. Try following those steps and seeing if that helps.

@spowelljr
Copy link
Member

Hi @Mandeepsheoran, we haven't heard back from you, do you still have this issue?
There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.

I will close this issue for now but feel free to reopen when you feel ready to provide more information.

@Mandeepsheoran
Copy link
Author

Hi @Mandeepsheoran, we haven't heard back from you, do you still have this issue?
There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.

I will close this issue for now but feel free to reopen when you feel ready to provide more information.

I did some workaround to fix that problem at that time. But I will try to replicate that same case once I will get some bandwidth and will let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ev/certificate-errors failed due to certificate issues kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants