Docker minikube network not automatically removed at minikube stop or start #10065
Labels
area/networking
networking issues
co/docker-driver
Issues related to kubernetes in container
kind/bug
Categorizes issue or PR as related to a bug.
triage/duplicate
Indicates an issue is a duplicate of other open issue.
Hi,
I upgraded this morning my minikube cluster from version 1.14.0 to 1.16.0 and it seems the docker network usage is not fully handled. I was unable to restart my minikube cluster without manually deleting the docker network created by minikube.
Steps to reproduce the issue:
minikube stop && minikube start
Full output of failed command:
At that step, I simply deleted my cluster and recreated it:
minikube delete && minikube start --cpus=4 --memory=8g --disk-size=40g
And it failed outputing the following:
I looked into my docker networks and found the minikube network still existing. I removed it and was able to successfully start my new cluster:
docker network rm minikube
minikube start
I don't know if it is only linked to the upgrade and if it is still relevant with future upgrades but, in doubt, I wanted to report this issue.
The text was updated successfully, but these errors were encountered: