Closed
Description
Started having this problem after upgrading to 1.8.2.
It disappeared after downgrading to back to 1.7.x. Could not find anything recent regarding this anywhere else.
I've tried deleting the ~/.minikube
folder and reinstalling minikube via homebrew. Didn't help.
Example of output (see link to full logs below)
W0317 10:02:52.019784 1773 exit.go:101] Unable to start VM. Please investigate and run 'minikube delete' if possible: creating host: create: Error creating machine: Error running provisioning: 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.
The exact command to reproduce the issue:
minikube start --v 10 --logtostderr \
--disk-size="20G" \
--cpus="4" \
--docker-opt storage-driver=overlay2 \
--extra-config=apiserver.authorization-mode="RBAC" \
--kubernetes-version v1.15.5 \
--memory="5120" \
--network-plugin=cni \
--enable-default-cni \
--vm-driver="hyperkit"
The full output of the command that failed:
See here: https://sf.gl/files/minikube-out.txt
The operating system version:
macOS 10.15.3