-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minikube start #16432
Comments
We've seen this has started occurring, if you try |
After minikube delete, executing minikube start, getting below error or issues ❌ Exiting due to RUNTIME_ENABLE: Failed to enable container runtime: sudo systemctl restart docker: Process exited with status 1 stderr: |
If you run |
Not the original poster but a very similar issue is mentioned here #16185
On the surface appears to be an issue with some rate limiting for the start request. |
minikube writes the storage-driver option both in the systemd file and in the dockerd[31088]: unable to configure the Docker daemon with file /etc/docker/daemon.json: the following directives are specified both as a flag and in the configuration file: storage-driver: (from flag: overlay2, from file: overlay2) |
What Happened?
Exiting due to RUNTIME_ENABLE: Failed to enable container runtime: sudo systemctl restart cri-docker.socket: Process exited with status 1
stdout:
stderr:
Job failed. See "journalctl -xe" for details.
Attach the log file
can't pull the log file
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: