-
Notifications
You must be signed in to change notification settings - Fork 198
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
Support sending signals on file change #23
Comments
+1 |
Great idea. Any thoughts on what flags would look like and how to figure out what process to send signal to? |
to the question specifically I would probably expect something like:
Or something. Bonus points - allow re-implementing pgrep semantics -- Note: This is a substantial amount of work; this may have poor ROI. |
should we copy this ? https://github.com/lvelvis/nginx-config-reload |
I wrote my own script that supports custom shell scripts and therefore also signals. It's not really a solution for this tool, but it might help some people. |
1 |
Is there any change, that will be implement this year? |
Since Kubernetes 1.11 it's possible to share the IPC namespace, allowing to send signals between containers.
Since many services reload their config on a signal, e.g SIGHUP, it would make sense to add this to the configmap-reloader.
Specifically I like to reload fluentd on configmap change.
The text was updated successfully, but these errors were encountered: