mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-13 03:47:10 +00:00
When a failure is happening and the cluster doesn't manage to be back up on time, we exit 1, and don't show docker logs. This is a problem, as we would benefit from a detailed docker output on those cases, when debugging. This fixes it by ensuring the logging is always done at the exit of the script.