Kubernetes typo

This commit is contained in:
William Martin Stewart 2017-01-16 14:45:55 +02:00 committed by GitHub
parent bdac09339e
commit 8aeac7dfcd

View file

@ -109,7 +109,7 @@ dumb-init echo 'oh, hi'`).
### Signal rewriting
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
different stop signal in order to do graceful cleanup.