私はDell XPS 13(3854 MBのRAMとIntel Core i5-5200U CPU @ 2.20 GHz)でUbuntu 17.04(zesty)を実行していますが、Minikubeを起動しようとしています私がそれを始めようとすると、いくつかのエラーが出る。MinikubeがUbuntuで起動せず、エラーが発生しました
➜ minikube version
minikube version: v0.22.3
➜ kubectl version
Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.5", GitCommit:"17d7182a7ccbb167074be7a87f0a68bd00d58d97", GitTreeState:"clean", BuildDate:"2017-08-31T09:14:02Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?
私はVM VirtualBoxバージョン5.2.0 r118431(Qt5.7.1)を持っています。私はBIOS設定をチェックし、仮想化を有効にしました。
➜ minikube start
Starting local Kubernetes v1.7.5 cluster...
Starting VM...
E1025 09:49:40.206594 22972 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.
E1025 09:49:40.207051 22972 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
私はいくつかの~/rm -rf .minikube/
を実行し、再びminikubeを起動しようとしているような、私はオンライン見つけたことを示唆して試してみました。私はminikube stop
を実行してからminikube delete
を実行してから、もう一度minikubeを起動しようとしました。私は起動時にminikube start --vm-driver=virtualbox
という仮想ボックスドライバを指定しようとしました。これらは機能していない、私はまだ同じエラーが発生します。
うん、これは完全に、削除minikubeとのvirtualboxだったとそれぞれ、今それが働いているの最新バージョンをインストールすることを確認しました - 私が試した最初の時間を破損しているか、適切に取り付け得ている必要があります何かを。 – Attila