Olá pessoal, depois de muito procurar acabei recorrendo ao fórum. Estou tendo o erro a seguir ao executar "minikube start".
C:\Users\ricardo.uehlein\Desktop\Alura\Kubernetes\Projeto2
λ minikube start
Starting local Kubernetes v1.7.5 cluster...
Starting VM...
E0506 17:48:43.315204 12500 start.go:143] Error starting host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: Error loading host from store: open C:\Users\ricardo.uehlein\.minikube\machines\minikube\config.json: O sistema não pode encontrar o arquivo especificado..
Retrying.
E0506 17:48:43.319203 12500 start.go:149] Error starting host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: Error loading host from store: open C:\Users\ricardo.uehlein\.minikube\machines\minikube\config.json: O sistema não pode encontrar o arquivo especificado.
E0506 17:48:44.844201 12500 util.go:147] Error uploading error message: Error sending error report to https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA, got response code 400
Estou usando o Windows 10 Pro 64x, o Hyper-V está desativado, o Docker for Windows e VirtualBox estão instalados, a virtualização está ativa na BIOS, tenho o caminho C:\Users\ricardo.uehlein\Desktop\Alura\Kubernetes\Projeto2 mapeado nas variáveis de ambiente.
Tenho os arquivos aplicacao.yaml, minikube.exe e kubectl.exe na mesma pasta.
Já tentei excluir a pasta .minikube no C:\Users\ricardo.uehlein, rodar minikube delete, encerrar os processos ativos do VirtualBox, testar no PowerShell adm e nada adiantou. Poderiam me auxiliar?