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
On MicroOS I recently observed that k3s fails on kernel 6.6.58-1-longterm but starts up successfully on kernel-default. So I wanted to add it to the health-checker to force a rollback if a kernel update breaks k3s.
I added k3s.service to the After section of health-checker.service but the health-check always succeeded.
On MicroOS I recently observed that k3s fails on kernel
6.6.58-1-longterm
but starts up successfully onkernel-default
. So I wanted to add it to thehealth-checker
to force a rollback if a kernel update breaks k3s.I added
k3s.service
to theAfter
section ofhealth-checker.service
but the health-check always succeeded.Because
k3s.service
stayed in statusActivating
due toRestart=always
I added an override:Now when rebooting the service fails but
health-checker
won't perform a rollback. The check still succeeds.Am I missing something?
The text was updated successfully, but these errors were encountered: