私はUbuntu VMに(仮想ボックス内に)ミニクイブをインストールします。私はvm用にVT-X/AMD-vを有効にしました。しかし、私は次のエラーになります。 UbuntuにMinikubeをインストールするvm_VT-X/AMD-v別のVMの中でVMを有効にする
# minikube start
Starting local Kubernetes cluster...
E0217 15:00:35.395801 3869 start.go:107] Error starting host: Error creating host: Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory".
Retrying.
E0217 15:00:35.396019 3869 start.go:113] Error starting host: Error creating host: Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
================================================================================
An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:
minikube config set WantReportErrorPrompt false
================================================================================
Please enter your response [Y/n]:
は、私はそれに応じて、我々は仮想内部仮想化を持つことができない、
referenceを発見しました。本当ですか?どうすればこの問題を解決できますか?それが適切にVM(VM内で実行)のために有効になっている場合
あなたのホストでminikubeを実行してみませんか? Windows、macOS、linux用にコンパイルされたバイナリがあります。 –
ubuntuリモートサーバに展開する前に、私のVMでテストする必要があります –