-
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
worker node remains in NotReady state after reboot #16723
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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. |
I'm learning kubernetes and I'm having the same problem, is this a problem in minukube or it is a common behaviour in kubernetes? |
What Happened?
I have a minikube cluster with 1 master and 1 worker created by
virtualbox
driver.Here is the version informations:
When i reboot the worker node, it stays in
NotReady
state. I assume thatkubelet
can not survive from something. Weird thing is that there is nokubelet.service
systemd service on the VM created with virtualbox driver, so i can not restart or investigate the problem-causing situation.I am trying the same scenario with
kvm2
driver right now.Attach the log file
log.txt
Operating System
Linux kali 6.1.0-kali9-amd64
Driver
Virtualbox
The text was updated successfully, but these errors were encountered: