Skip to content

unable to cache ISO: x509: certificate has expired or is not yet valid #3793

Closed
@quiditich

Description

@quiditich

Hello,

I have an issue when trying to start minkube.

When I execute minikube start, I get the below error:

[root@andreiPC ~]# minikube start
o minikube v0.34.1 on linux (amd64)

Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
@ Downloading Minikube ISO ...
! Unable to start VM: unable to cache ISO: https://storage.googleapis.com/minikube/iso/minikube-v0.34.0.iso: failed to download: failed to download to temp file: download failed: 5 error(s) occurred:

[root@andreiPC ~]# minikube start --v 10 --logtostderr
I0301 09:41:20.251363 17190 notify.go:121] Checking for updates...
W0301 09:41:20.855008 17190 notify.go:55] Error getting json from minikube version url: error with http GET for endpoint https://storage.googleapis.com/minikube/releases.json: Get https://storage.googleapis.com/minikube/releases.json: x509: certificate has expired or is not yet valid
o minikube v0.34.1 on linux (amd64)
I0301 09:41:20.856920 17190 start.go:579] Saving config:
{
"MachineConfig": {
"MinikubeISO": "https://storage.googleapis.com/minikube/iso/minikube-v0.34.0.iso",
"Memory": 2048,
"CPUs": 2,
"DiskSize": 20000,
"VMDriver": "virtualbox",
"ContainerRuntime": "docker",
"HyperkitVpnKitSock": "",
"HyperkitVSockPorts": [],
"XhyveDiskDriver": "ahci-hd",
"DockerEnv": null,
"InsecureRegistry": null,
"RegistryMirror": null,
"HostOnlyCIDR": "192.168.99.1/24",
"HypervVirtualSwitch": "",
"KvmNetwork": "default",
"DockerOpt": null,
"DisableDriverMounts": false,
"NFSShare": [],
"NFSSharesRoot": "/nfsshares",
"UUID": "",
"GPU": false
},
"KubernetesConfig": {
"KubernetesVersion": "v1.13.3",
"NodeIP": "",
"NodePort": 8443,
"NodeName": "minikube",
"APIServerName": "minikubeCA",
"APIServerNames": null,
"APIServerIPs": null,
"DNSDomain": "cluster.local",
"ContainerRuntime": "docker",
"CRISocket": "",
"NetworkPlugin": "",
"FeatureGates": "",
"ServiceCIDR": "10.96.0.0/12",
"ExtraOptions": null,
"ShouldLoadCachedImages": false,
"EnableDefaultCNI": false
}
}
I0301 09:41:20.857389 17190 cluster.go:70] Machine does not exist... provisioning new machine
I0301 09:41:20.857408 17190 cluster.go:71] Provisioning machine with config: {MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v0.34.0.iso Memory:2048 CPUs:2 DiskSize:20000 VMDriver:virtualbox ContainerRuntime:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] XhyveDiskDriver:ahci-hd DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: KvmNetwork:default Downloader:{} DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: GPU:false}

Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
@ Downloading Minikube ISO ...
I0301 09:41:22.348637 17190 start.go:351] StartHost: unable to cache ISO: https://storage.googleapis.com/minikube/iso/minikube-v0.34.0.iso: failed to download: failed to download to temp file: download failed: 5 error(s) occurred:

Any ideas?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ev/certificate-errorsfailed due to certificate issueskind/supportCategorizes issue or PR as a support question.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.r/2019q2Issue was last reviewed 2019q2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions