-
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 failing to start with containerd and --wait=all flag #11101
Comments
seems like when I specify the CNI manually it works $ minikube start --container-runtime=containerd --cni=cilium |
@medyagh The |
so it seems like when we try with containerd and --wait=all it waits long long time and warns a lot and then Exits 0 succesfully. could it be we are waiting on wrong things ? @prezha
|
@medyagh yes, you are right - we are waiting on wrong things: according to your logs above, depending on the order we get in the list of (coredns) pods, we might end up waiting for the initially created ("coredns-74ff55c5b-nhk6w" in this case) pod that got terminated, instead of waiting for the newly created one that replaced it ("coredns-74ff55c5b-9lgfb" in this case); i'll fix that in the upcoming pr i think that |
Starting minikube with containerd and without the
--wait=all
flag completes successfully.But since #10985, if you start containerd with the
--wait=all
flag minikube fails to start with the following errorThe coredns pod is failing to start, the logs of the coredns pods are
The text was updated successfully, but these errors were encountered: