mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Update documentation for /minio/health/cluster (#14889)
This commit is contained in:
parent
9341201132
commit
389ec21d0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user