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

Wrap all containers using dumb-init for smart signal handling #51

Open
chriswessels opened this issue May 25, 2023 · 0 comments
Open

Wrap all containers using dumb-init for smart signal handling #51

chriswessels opened this issue May 25, 2023 · 0 comments

Comments

@chriswessels
Copy link
Member

Bug report from hollaAtChaBoi:

I thought it was an arbitrum specific issue, where it wouldn't shutdown gracefully after receiving the sigterm command from kubernetes (i.e. kubectl delete pod).
But it turns out that the command wasn't actually receiving the signal and when I exec into the pod and run kill it shuts down fine
and I also noticed the graphnode pods exhibit the same behavior
killing the process with pid 7 shuts it down correctly, so im guessing with the current construction of the pods kubernetes is sending it to the process with pid 1 (haven't tested that specifically)

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

1 participant