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

Container termination times out on Kubernetes #4

Open
JoshuaWatt opened this issue Jun 17, 2022 · 1 comment
Open

Container termination times out on Kubernetes #4

JoshuaWatt opened this issue Jun 17, 2022 · 1 comment

Comments

@JoshuaWatt
Copy link

When running zuul-weeder in Kubernetes, I noticed that the pod termination takes a long time (30 seconds). I suspect this is because zuul-weeder doesn't exit cleanly on SIGTERM and when the grace period elapses (30 seconds by default), it gets sent SIGKILL

@JoshuaWatt JoshuaWatt changed the title Container termination timesout on Kubernetes Container termination times out on Kubernetes Jun 17, 2022
@TristanCacqueray
Copy link
Contributor

I also noticed a delay when using systemctl stop. Though it seems like SIGTERM is properly handled (at least when running from the command line), and the service stops with exit code 143, as expected. We'll have to check if there is something special to do for the container runtime.

Thank you for the bug report!

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