-
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 fails to start kube-dns #2019
Comments
The same problem exists locally on my Mac. Same minikube version. |
@gregd72002 not sure but could this be the same issue as #2027? |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Problem still persist. Find minikube logs here. /remove-lifecycle rotten |
I have same problem
minikube version : |
The very same thing happens to me. I have a slightly more recent EC2 image:
Both the dashboard pod and the storage-provider also fail as a consequence (they get to running but eventually crash). Dashboard:
Storage provisioner: Any ideas? @gregd72002 have you figured out the problem? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
We had success when disabling selinux. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Environment:
Environment variables:
Minikube version (use
minikube version
): minikube version: v0.22.2cat ~/.minikube/machines/minikube/config.json | grep DriverName
): nonecat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): [none?]The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
After starting minikube (
sudo -E minikube start --memory 8000 --cpus 2 --vm-driver=none
)kube-dns fails to start
kube-system po/kube-dns-910330662-qb464 1/3 CrashLoopBackOff 12 15m
What you expected to happen:
kube-dns starts
**Output of
kubectl logs kube-dns-910330662-qb464 --namespace=kube-system -c kubedns
Anything else do we need to know:
**Output of
kubectl get all --all-namespaces
The text was updated successfully, but these errors were encountered: