minikube状态未知,Windows 10,docker



我试图查看仪表板,以前工作得很好。。。

现在我开始使用minikube仪表板

λ minikube dashboard
X Exiting due to GUEST_STATUS: state: unknown state "minikube": docker container inspect minikube --format=: exit status 1
stdout:

stderr:
Error: No such container: minikube
*
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                  │
│    * If the above advice does not help, please let us know:                                                      │
│      https://github.com/kubernetes/minikube/issues/new/choose                                                    │
│                                                                                                                  │
│    * Please attach the following file to the GitHub issue:                                                       │
│    * - C:UsersJOSELU~1AppDataLocalTempminikube_dashboard_dc37e18dac9641f7847258501d0e823fdfb0604c_0.log    │
│                                                                                                                  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

minikube status

λ minikube status
E0604 13:13:20.260421   27600 status.go:258] status error: host: state: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1
stdout:

stderr:
Error: No such container: minikube
E0604 13:13:20.261425   27600 status.go:261] The "minikube" host does not exist!
minikube
type: Control Plane
host: Nonexistent
kubelet: Nonexistent
apiserver: Nonexistent
kubeconfig: Nonexistent

使用命令minikube profile list

λ minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|-------|
| Profile  | VM Driver | Runtime |      IP      | Port | Version | Status  | Nodes |
|----------|-----------|---------|--------------|------|---------|---------|-------|
| minikube | docker    | docker  | 192.168.49.2 | 8443 | v1.20.2 | Unknown |     1 |
|----------|-----------|---------|--------------|------|---------|---------|-------|

现在,。。。

会发生什么

什么是最佳解决方案

Thansk。。。

删除未使用的数据:
docker系统修剪

清除minikube的本地状态:
minikube删除

启动集群:
minikube启动--驱动程序=<驱动程序名称>
(在您的情况下,根据您共享的minikube配置文件列表信息,驱动程序名称为docker(

检查集群状态:
minikube状态

有关详细信息,请使用以下文档:
https://docs.docker.com/engine/reference/commandline/system_prune/#examples
https://v1-18.docs.kubernetes.io/docs/tasks/tools/install-minikube/