From d468d163f75b48a334583b1bd81893b063afd07f Mon Sep 17 00:00:00 2001 From: Micah Hausler Date: Thu, 3 Nov 2016 12:24:45 -0400 Subject: [PATCH] Added note about signal ignore --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9f30c2..0972b97 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ There are 3 endpoints to the container: - `/ready` - Used for the readiness check - `/` - A homepage handler - always responds with `200` +If a `SIGTERM` is sent by Kubernetes, the signal is logged to STDOUT and ignored. This way, you can see +if/how much traffic is still being sent to the pod once it is supposed to be in a 'shutdown' mode. + ## Try it out The following commands run: