I am attempting to install kubernetes on my local Windows 10 machine via hyperv. I am getting a few errors of which I am unsure how to resolve. I've tried running kubernetes v1.8.0 as well but received the same errors.
Here's what I input into powershell:
minikube start --kubernetes-version="v1.10.11" --vm-driver="hyperv" --hyperv-virtual-switch="Minikube"
Here's what was returned:
Getting VM IP address... Moving files into cluster... Stopping extra container runtimes... Machine exists, restarting cluster components... E0201 20:22:12.487856 13792 start.go:382] Error restarting cluster: running cmd: sudo kubeadm alpha phase certs all --config /var/lib/kubeadm.yaml: command failed: sudo kubeadm alpha phase certs all --config /var/lib/kubeadm.yaml stdout: [certificates] Using the existing ca certificate and key.
stderr: failure loading apiserver certificate: the certificate is not valid yet : Process exited with status 1 minikube failed :( exiting with error code 1