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

consul-template is not reaping children in container #428

Closed
mvanholsteijn opened this issue Oct 15, 2015 · 3 comments
Closed

consul-template is not reaping children in container #428

mvanholsteijn opened this issue Oct 15, 2015 · 3 comments
Assignees

Comments

@mvanholsteijn
Copy link

We are running consul-template as a simple wrapper around HAproxy. Whenever the configuration changes, we perform a soft restart of haproxy. However, the exited HAProxy processes are not reaped and left as zombie processes.

Would you consider having consul-template take the PID 1 responsibility and handle the SIGCHLD events? Otherwise we would need to complicate the container with an init system.

Cheers,

Mark

@sethvargo
Copy link
Contributor

Cross-linking with hashicorp/consul#1183. @slackpad is going to take this. Thanks!

@mvanholsteijn
Copy link
Author

Hi Seth, consul-template is running inside a container without a consul agent, so I do not see who the consul agent can assume the role as PID 1....

@sethvargo
Copy link
Contributor

Hi @mvanholsteijn

It won't. James is going to work on both tickets at the same time.

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

3 participants