◆解決したい課題
podを起動させたい。
◆試したこと
①
実行コマンド
kubectl run --image gcr.io/google-samples/hello-app:1.0 --restart Never helloworld
実行結果
Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
②
実行コマンド
minikube status
実行結果
minikube type: Control Plane host: Stopped kubelet: Stopped apiserver: Stopped kubeconfig: Stopped
③
実行コマンド
minikube logs
実行結果
�???? The control plane node must be running for this command �???? To fix this, run: "minikube start"
④
実行コマンド
minikube start
実行結果
�???? Microsoft Windows 10 Home 10.0.18363 Build 18363上のの minikube v1.13.1 ✨ プロフィールを元に、 virtualbox ドライバを使用します �???? コントロールプレーンのノードド minikubeをを minikube上で起動していますす �???? 既存のの virtualbox VMをを "minikube"のために再起動していますす... �???? StartHost failed, but will try again: driver start: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed: VBoxManage.exe: error: VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API_2 (VERR_NEM_MISSING_KERNEL_API_2). VBoxManage.exe: error: AMD-V is not available (VERR_SVM_NO_SVM) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole Details: 00:00:01.282897 Power up failed (vrc=VERR_SVM_NO_SVM, rc=E_FAIL (0X80004005)) �???? 既存のの virtualbox VMをを "minikube"のために再起動していますす... �???? Failed to start virtualbox VM. Running "minikube delete" may fix it: driver start: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube type headless failed: VBoxManage.exe: error: VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API_2 (VERR_NEM_MISSING_KERNEL_API_2). VBoxManage.exe: error: AMD-V is not available (VERR_SVM_NO_SVM) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole Details: 00:00:01.015464 Power up failed (vrc=VERR_SVM_NO_SVM, rc=E_FAIL (0X80004005)) ❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed: VBoxManage.exe: error: VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API_2 (VERR_NEM_MISSING_KERNEL_API_2). VBoxManage.exe: error: AMD-V is not available (VERR_SVM_NO_SVM) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole Details: 00:00:01.015464 Power up failed (vrc=VERR_SVM_NO_SVM, rc=E_FAIL (0X80004005)) �???? If the above advice does not help, please let us know: �???? https://github.com/kubernetes/minikube/issues/new/choose
⑤
実行コマンド
kubectl version
実行結果
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"windows/amd64"} Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
わからないことだらけでいろいろとコマンドを実行して調べたりしましたが解決できません(>_<)
どうすれば解決できるのか、もし何かご存知の方いらっしゃいましたらアドバイスいただけますと助かります。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/14 03:49
2020/10/14 04:09