Merge pull request #132 from zoidbergwill/patch-1

Kubernetes typo
This commit is contained in:
Anthony Sottile 2017-01-16 08:18:35 -08:00 committed by GitHub
commit a665e76c4c

View file

@ -109,7 +109,7 @@ dumb-init echo 'oh, hi'`).
### Signal rewriting ### Signal rewriting
dumb-init allows rewriting incoming signals before proxying them. This is dumb-init allows rewriting incoming signals before proxying them. This is
useful in cases where you have a Docker supervisor (like Mesos or Kubernates) useful in cases where you have a Docker supervisor (like Mesos or Kubernetes)
which always sends a standard signal (e.g. SIGTERM). Some apps require a which always sends a standard signal (e.g. SIGTERM). Some apps require a
different stop signal in order to do graceful cleanup. different stop signal in order to do graceful cleanup.