Skip to content
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

Add reboot history to eks-log-collector #1919

Closed
gomesdigital opened this issue Aug 12, 2024 · 1 comment
Closed

Add reboot history to eks-log-collector #1919

gomesdigital opened this issue Aug 12, 2024 · 1 comment

Comments

@gomesdigital
Copy link
Contributor

What would you like to be added:
Reboot history as part of the eks-log-collector script.

Why is this needed:
There are cases where a hard reboot has affected service processes, but this is not clearly evident in the collected logs.

We have been debugging containerd and various other components with AWS Support to determine why they're being restarted. At first approach this was thought to be an issue at the container level (CNI), but looking outside the logs we've discovered that a hard reboot has been interrupting everything:

reboot   system boot  6.1.102-108.177. Sun Aug 11 01:16   still running
reboot   system boot  6.1.102-108.177. Sun Aug 11 01:15   still running

This isn't clear in the current export via dmesg either because it only tracks the current session.

It would be helpful to have these logs included so that reboots can be quickly correlated with any service interruptions.

@ndbaker1
Copy link
Member

thanks for the PR, this also ships in release v20240828 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants