这是完整的错误Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
这是我的Kubectl配置视图
apiVersion: v1
clusters: []
contexts:
- context:
cluster: ""
user: ""
name: dev
current-context: dev
kind: Config
preferences: {}
users: []
我正在运行Minikube start
。它停留在Starting VM...
在Hyper-V管理器中,我正在运行minikube VM。
答案 0 :(得分:2)
通过Minikube on Windows 10 with Hyper-V签出“ Jock Reed”
从Windows CMD控制台以管理员身份运行的命令是:
minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch"
首先创建的新“外部”“虚拟网络交换机”的名称为“ Primary Virtual Switch
”。
别忘了为minikube VM(minikube issue 2326)关闭动态内存
disable IPv6 on Network Adapter Windows 10(issue 754
请确保使用v0.28.0/minikube-windows-amd64
中所述的issue 1943可执行文件。