From a7a0e54cb9f287e7072ed3e25f8f15aa9d3acc49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Stefa=C5=84czyk?= Date: Sat, 1 Jan 2022 20:51:07 +0300 Subject: [PATCH] docs: Added note about mc-status under autopause section (#1224) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1fe70d6..823ea625 100644 --- a/README.md +++ b/README.md @@ -1459,6 +1459,8 @@ Enable the Autopause functionality by setting: Autopause is not compatible with `EXEC_DIRECTLY=true` and the two cannot be set together. +> When configuring kubernetes readiness/liveness health checks with auto-pause enabled, be sure to reference the `mc-health` wrapper script rather than `mc-status` directly. + The following environment variables define the behaviour of auto-pausing: * `AUTOPAUSE_TIMEOUT_EST`, default `3600` (seconds) describes the time between the last client disconnect and the pausing of the process (read as timeout established)