You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh -c "! needs-restarting --reboothint" is returning 0.
In the past, we ran test -f /var/run/reboot-required. The success of the command (rc=0) determined that a reboot was required. If the return code was non zero, no reboot happened.
If you make your command failing returning a non-zero return code, kured will behave properly.
We have working deployment of Kured which is provisioned on Rancher clusters running Rocky Linux.
We deploy Kured with Fleet like this:
It seems to me that if rebootSentinelCOmmand is missing at the node (in our environment
needs-restarting
), it leads to reboot loop.Kured log:
Kured was installed on the node on Wed Sep 4. The node is continuously rebooted since then:
The text was updated successfully, but these errors were encountered: