1
resposta

Erro ao iniciar o minikube no VirtualBox

Ola pessoal,

Eu estou com dificuldades de iniciar o minikubernete na ultima versão e tentei tambem nas versões que encontrei em alguns forums, que falavam que estava estavel, tais como: 0.33.1 e o que falaram em um dos forums aqui que é a versão 0.23.0, nenhum deles funcionou.

Segue abaixo algumas informações:root@docker:/home/kubernetes# minikube start o minikube v1.0.0 on linux (amd64) $ Downloading Kubernetes v1.14.0 images in the background ...

Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ... 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous 2019/03/29 19:24:07 Unable to read "/root/.docker/config.json": open /root/.docker/config.json: no such file or directory 2019/03/29 19:24:07 No matching credentials were found, falling back on anonymous @ Downloading Minikube ISO ... 142.88 MB / 142.88 MB [============================================] 100.00% 0s

! Unable to start VM X Error: [VBOX_VTX_DISABLED] create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory i Advice: In some environments, this message is incorrect. Try 'minikube start --no-vtx-check'

root@docker:/home/kubernetes# minikube version minikube version: v1.0.0

Alguem tem alguma sugestão?

Agradeço desde ja Fernando

1 resposta

Oi Fernando, tudo bem? Me parece que o suporte de virtualização na BIOS está desativada.

Pelo menos é o que esse trecho do código está informando: This computer doesn't have VT-X/AMD-v enabled.

Dá uma olhada nessas configurações da BIOS e tenta novamente depois por favor?