diff options
author | 2020-10-01 11:03:34 -0400 | |
---|---|---|
committer | 2020-10-01 08:03:34 -0700 | |
commit | 042e57a1778c3d54a18ff8910782f3dc1bc811a6 (patch) | |
tree | d277d57d56841a5807654973ec52a69e6b81a9b0 /plugin | |
parent | 6edc8fe7f6c2f57844c8ee7f7f5deef71085ebe8 (diff) | |
download | coredns-042e57a1778c3d54a18ff8910782f3dc1bc811a6.tar.gz coredns-042e57a1778c3d54a18ff8910782f3dc1bc811a6.tar.zst coredns-042e57a1778c3d54a18ff8910782f3dc1bc811a6.zip |
fix lameduck docs (#4169)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/health/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/health/README.md b/plugin/health/README.md index 2142a7e0b..1247cb088 100644 --- a/plugin/health/README.md +++ b/plugin/health/README.md @@ -26,8 +26,8 @@ health [ADDRESS] { } ~~~ -* Where `lameduck` will make the process unhealthy then *wait* for **DURATION** before the process - shuts down. +* Where `lameduck` will delay shutdown for **DURATION**. /health will still answer 200 OK. + Note: The *ready* plugin will not answer OK while CoreDNS is in lameduck mode prior to shutdown. If you have multiple Server Blocks, *health* can only be enabled in one of them (as it is process wide). If you really need multiple endpoints, you must run health endpoints on different ports: |