From 8aeac7dfcd340dcd8a255c8db4e1d2dc072877d5 Mon Sep 17 00:00:00 2001 From: William Martin Stewart Date: Mon, 16 Jan 2017 14:45:55 +0200 Subject: [PATCH] Kubernetes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b04848b..851ad35 100644 --- a/README.md +++ b/README.md @@ -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.