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

Signal handling? #79

Open
mimmus opened this issue May 13, 2022 · 0 comments
Open

Signal handling? #79

mimmus opened this issue May 13, 2022 · 0 comments

Comments

@mimmus
Copy link

mimmus commented May 13, 2022

Hi,
I read that the project is semi-abandoned but I ask anyway!
We use Tiller to compose "properties" files for our K8s applications. We noticed that often our pods are stuck in Terminating state, they doen't die.
I read in teh docs that:

Signal handling

Not a "gotcha" as such, but worth noting. Since version 0.4.0, Tiller catches the INT,TERM, HUP, QUIT, USR1, USR2, and WINCH signals and passes them on to the child process spawned through exec. This makes sure that if Tiller is killed or signalled then the child process should also cleanly exit or process the signals.

thus it's not a problem with Tiller but probably our Java apps don't manage SIGTERM signals fastly and cleanly.
In your opinion, how can I indagate furtherly?

Thanks in advance

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