-
Maciej Borsz authored
Right now, if docker sends SIGTERM, /bin/sh doesn't pass it to underlying process, which breaks graceful process shutdown. Changing '/bin/sh -c CMD > /var/log/FILE.log' pattern to '/bin/sh -c exec CMD > /var/log/FILE.log' still allows to redirect output to log file, but also passes all signals to CMD process.
05b0821f
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| init.sls | ||
| kube-scheduler.manifest |