You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minikube 1.12.1, on OSX using the docker driver
Using Cloud Run workflows from the IDE.
What happened
I was successfully running through the Cloud Run local workflows from Cloud Code: Minikube was paused, I'd start the dev session, and Minikube would successfully unpause and things worked great
I then wanted to test out things from scratch, so I issued on the command line against my Cloud Code managed minikube binary: minikube delete --all --purge.
I tried running docker system prune -a, same error
Docker Desktop Setup
2 CPUs
8GB memory
/Users/eshaul/Library/Application Support/google-cloud-tools-java/managed-cloud-sdk/LATEST/google-cloud-sdk/bin/minikube start --profile cloud-code-minikube --keep-context true --wait false --vm-driver docker --interactive false --delete-on-failure
* [cloud-code-minikube] minikube v1.12.1 on Darwin 10.15.5
- MINIKUBE_WANTUPDATENOTIFICATION=false
* Using the docker driver based on user configuration
* Starting control plane node cloud-code-minikube in cluster cloud-code-minikube
* Downloading Kubernetes v1.18.3 preload ...
> preloaded-images-k8s-v4-v1.18.3-docker-overlay2-amd64.tar.lz4: 2.42 MiB ...
* Stopping "cloud-code-minikube" in docker ...
* Deleting "cloud-code-minikube" in docker ...
! StartHost failed, but will try again: creating host: create: creating: create kic node: container name "cloud-code-minikube": container exited unexpectedly
* Creating docker container (CPUs=2, Memory=7918MB) ...
* Failed to start docker container. "minikube start -p cloud-code-minikube" may fix it: creating host: create: creating: create kic node: container name "cloud-code-minikube": container exited unexpectedly
! The minikube docker container exited unexpectedly.
* If you are still interested to make docker driver work. The following suggestions might help you get passed this issue:
*
- Prune unused docker images, volumes and abandoned containers.
*
- Restart your docker service
*
- Ensure your docker daemon has access to enough CPU/memory resources.
*
- Docs https://docs.docker.com/docker-for-mac/#resources
*
- Delete and recreate minikube cluster
minikube delete
minikube start --driver=docker
*
X error provisioning host: Failed to start host: creating host: create: creating: create kic node: container name "cloud-code-minikube": container exited unexpectedly
*
* minikube is exiting due to an error. If the above message is not useful, open an issue:
- https://github.com/kubernetes/minikube/issues/new/choose
The text was updated successfully, but these errors were encountered:
thanks @medyagh . Assuming I say in this state with minikube 1.12.1, I assume that on upgrade once the new minikube version is released it will transition smoothly into a working state?
Minikube 1.12.1, on OSX using the docker driver
Using Cloud Run workflows from the IDE.
What happened
minikube delete --all --purge
.What I tried
docker system prune -a
, same errorDocker Desktop Setup
The text was updated successfully, but these errors were encountered: