Skip to content

Commit

Permalink
Added note about signal ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhausler committed Nov 3, 2016
1 parent 1f6fa5c commit d468d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d468d16

Please sign in to comment.