Falha ao iniciar o minikube no VMware Workstation 12

0

Eu planejei iniciar o minikube para minha própria pesquisa de estudo de cluster local, quando eu executei o seguinte comando no terminal. Aqui estão os erros que eu tive:

[root@centserver ~]# minikube start --logtostderr
I0824 03:53:24.136123    2442 notify.go:121] Checking for updates...
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
I0824 03:53:45.065281    2442 cluster.go:69] Machine does not exist... provisioning new machine
I0824 03:53:45.065298    2442 cluster.go:70] Provisioning machine with config: {MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v0.28.1.iso Memory:2048 CPUs:2 DiskSize:20000 VMDriver:virtualbox 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}
I0824 03:53:45.065560    2442 downloader.go:56] Not caching ISO, using https://storage.googleapis.com/minikube/iso/minikube-v0.28.1.iso
E0824 03:53:47.068548    2442 start.go:174] Error starting host: Error creating host: Error executing step: Running precreate checks.
: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path.

 Retrying.
E0824 03:53:47.068673    2442 start.go:180] Error starting host:  Error creating host: Error executing step: Running precreate checks.
: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
O

site do kubernetes escreveu vários drivers suportados para executar o minikube:

  1. virtualbox
  2. vmwarefusion
  3. kvm2
  4. kvm
  5. hyperkit
  6. xhyve

Perguntas

  1. Mas realmente não está sendo suportado para ser executado na estação de trabalho do VMware?
  2. Erro no Virtualbox?

Error creating host: Error executing step: Running precreate checks. :VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path.

  1. Erro de provisionamento?

    I0824 03:53:45.065298 2442 cluster.go:70] Provisioning machine with config: {MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v0.28.1.iso Memory:2048 CPUs:2 DiskSize:20000 VMDriver:virtualbox 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}

por Kalby Imanie 23.08.2018 / 23:57

0 respostas

Tags