investigate adding restart=always for docker's systemd config #9758
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
I confirmed locally that when docker is crashing systemd is not restaring it
but if add restart=always it does which is the cause of #9691
the question is, is that the right thing ? will it cause minikube to endless loop incase it is not recoverable ?
The text was updated successfully, but these errors were encountered: