【发布时间】:2018-09-20 08:49:25
【问题描述】:
这是我的 minikube 在我的 MAC 上的当前状态。
minikube: Running
cluster: Stopped
kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.100
当我尝试运行“minikube start”时,出现以下错误:
Starting local Kubernetes v1.9.4 cluster...
Starting VM...
E0919 14:31:51.762390 11784 start.go:159] Error starting host:
Temporary Error: Error configuring auth on host: Temporary Error: ssh
command error:
command : sudo systemctl -f restart docker
err : Process exited with status 1
output : Job for docker.service failed because the control process
exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
任何能解决上述问题的指针都会很棒。
【问题讨论】:
-
提供有关您如何安装 minikube 的信息,并提供来自 journalctl 的相关日志。
标签: docker kubernetes kubectl minikube