Olá tudo bom?
Quando executo o comando "minikube start" estou recebendo uma mensagem de erro:
Starting local Kubernetes v1.7.5 cluster...
Starting VM...
E1011 09:27:40.098828 13750 start.go:146] Error starting host: Error starting stopped host: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
.
Retrying.
E1011 09:27:40.099257 13750 start.go:152] Error starting host: Error starting stopped host: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
Atualizei o minikube que estava na versão v0.22.1 para a v0.22.3 mas o problema persiste.
Alguém já teve esse problema? Será algum problema na minha instalação do virtualbox ou do kubernetes?