From 389ec21d0c007e96823d3b1d88d33a98f748550f Mon Sep 17 00:00:00 2001 From: Krishna Srinivas <634494+krishnasrinivas@users.noreply.github.com> Date: Thu, 12 May 2022 09:54:07 -0700 Subject: [PATCH] Update documentation for /minio/health/cluster (#14889) --- docs/metrics/healthcheck/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/metrics/healthcheck/README.md b/docs/metrics/healthcheck/README.md index 20a7fd612..91582fc8d 100644 --- a/docs/metrics/healthcheck/README.md +++ b/docs/metrics/healthcheck/README.md @@ -40,7 +40,7 @@ readinessProbe: ### Cluster-writeable probe -This probe is not useful in almost all cases, this is meant for administrators to see if write quorum is available in any given cluster. The reply is '200 OK' if cluster has write quorum if not it returns '503 Service Unavailable'. +The reply is '200 OK' if cluster has write quorum if not it returns '503 Service Unavailable'. ``` curl http://minio1:9001/minio/health/cluster @@ -59,7 +59,7 @@ Date: Tue, 21 Jul 2020 00:36:14 GMT ### Cluster-readable probe -This probe is not useful in almost all cases, this is meant for administrators to see if read quorum is available in any given cluster. The reply is '200 OK' if cluster has read quorum if not it returns '503 Service Unavailable'. +The reply is '200 OK' if cluster has read quorum if not it returns '503 Service Unavailable'. ``` curl http://minio1:9001/minio/health/cluster/read