Last active
August 27, 2025 19:27
-
-
Save heckj/7e324ece4794323388ebbe0c904c7c1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| E0223 13:43:33.896364 44376 notify.go:54] Error getting json from minikube version url: Error getting minikube version url via http: Get https://storage.googleapis.com/minikube/releases.json: x509: certificate signed by unknown authority | |
| Starting local Kubernetes cluster... | |
| Downloading Minikube ISO | |
| E0223 13:43:35.775606 44376 start.go:107] Error starting host: Error attempting to cache minikube ISO from URL: Error downloading Minikube ISO: failed to download: failed to download to temp file: download failed: 5 error(s) occurred: | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority. | |
| Retrying. | |
| E0223 13:43:35.775715 44376 start.go:113] Error starting host: Error attempting to cache minikube ISO from URL: Error downloading Minikube ISO: failed to download: failed to download to temp file: download failed: 5 error(s) occurred: | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| * Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso: x509: certificate signed by unknown authority | |
| E0223 13:43:36.373359 44376 util.go:134] Error uploading error message: : Post https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA: x509: certificate signed by unknown authority |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to download minikube-v1.0.6.iso directly to ~/.minikube/cache/iso using ignore certificate options. For example: curl -O https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso --insecure, and start minikube again.