-
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
Pods not started after minikube restart (minikube v1.25.X, docker driver) #13503
Comments
Noticing this myself on a macOS host. |
Also experiencing this on macOS host with docker driver |
Also namespaces are gone after |
confirm problem on macos 12.1 minikube 1.25.1, minikube reinstall not solve the problem |
another observation, all resources in the default namespace are gone. ConfigMaps, Secrets, etc |
@jwandrews it seems minikube recreates components of cluster on stop and start actions instead of restore previous state |
Namespaces are gone after
OS: macOS 11.6.2 on M1 |
@gektor0856 yeah i think in this case, that is the issue at hand. pre-1.25.x, minikube was able to stop/start no problem and would 'rememeber' the previous cluster state (deployments, configmaps, secrets, namespaces, etc). so somehow, for whatever reason, the previous state is forgotten between stop/start of minikube. interestingly, it does remember which addons you had running. in the case of something like |
Persistent volumes are gone too after |
This was introduced with my PR #13121 when trying to fix something else, but it ended up causing more headaches than it solved. I currently have a PR up that reverts this change #13506. Here are some links to try out the binary to test the change out: Sorry for the inconvenience |
@spowelljr I tried with your linux binary and it worked for me, good work |
@spowelljr Your fixed binary works for me as well. Thanks a lot. |
What Happened?
With minikube 1.25.0/1.25.1 and using the docker driver, deployments/pods are not existing anymore after
minikube stop
andminikube start
:The problem does not exist in version 1.24.0
Attach the log file
log.txt
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: