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

service doesn't terminate on sigterm #26

Closed
matti opened this issue May 22, 2019 · 3 comments
Closed

service doesn't terminate on sigterm #26

matti opened this issue May 22, 2019 · 3 comments

Comments

@matti
Copy link

matti commented May 22, 2019

service-lb-postgres-akrobateo-8s7bs   0/1     Terminating   0          38s

I think it ignores SIGTERM signal

@matti
Copy link
Author

matti commented May 22, 2019

it's especially annoying because it's created by the operator and I can not force terminationGracePeriodSeconds: as with other misbehaving images

@matti
Copy link
Author

matti commented May 24, 2019

I think this ignores TERM https://github.com/kontena/akrobateo/blob/master/lb-image/entrypoint.sh#L24
here's what I always do:

tail -f /dev/null &
wait $!

@jnummelin
Copy link
Contributor

fixed in #28

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