-
Notifications
You must be signed in to change notification settings - Fork 204
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
Kured not rebooting node with example var/run/reboot-required
file
#952
Comments
Hi @chawleejay, |
kured is installed and pods are up and running. the pod logs show "reboot not required" The node has the reboot required file placed inside via the command
|
Okay, I'm still not sure how kured is configured in your installation, the yaml is not clear about that. Can you please post the output of |
just added the --force-reboot=true today and still nothing. Thank you |
@chawleejay do you see this in the logs: "sentinel command ended with unexpected exit code"... If not, then based on your config it seems that |
Hello, I have the same issue on Ubuntu nodes. If I check the existence of the file directly on the node, I get: $ test -f /var/run/reboot-required
$ echo $?
0 While, if I run the same command from the pod of the same node, I get: # test -f /var/run/reboot-required
# echo $?
1 In addition, here is the content of # ls /var/run/
secrets |
This issue was automatically considered stale due to lack of activity. Please update it and/or join our slack channels to promote it, before it automatically closes (in 7 days). |
Our CI works in the following way:
However, this should work by default: If you don't pass sentinel-command, it should watch for /var/run/reboot-required from nsentering pid1. Did you try running the command |
Hi I have the same problem in a microk8s deploy on Ubuntu 24.04, node mk8s1, kured 1.16.0 deployed with manifests, the file was clearly present at the time of the logs:
|
Hello
I am trying to get Kured back up and running. The logs show
time="2024-07-09T04:31:18Z" level=info msg="Reboot not required" time="2024-07-09T05:31:18Z" level=info msg="Reboot not required" time="2024-07-09T06:31:18Z" level=info msg="Reboot not required"
but there is a reboot-required file on the node.
Not sure why this is happening. Im using Kured v5.4.0
Thanks
The text was updated successfully, but these errors were encountered: