1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 17:53:43 -04:00

4 Commits

Author SHA1 Message Date
Harshavardhana
617a6d8e47 Add request tracing support for other REST APIs () 2018-06-07 10:41:13 -07:00
Bala FA
76cc65531c use package name correctly () 2018-04-21 19:23:54 -07:00
Nitish Tiwari
abffa00b76
Update healthcheck related examples and add head support ()
- Add head method for healthcheck endpoint. Some platforms/users
may use the HTTP Head method to check for health status.

- Add liveness and readiness probe examples in Kubernetes yaml
example docs. Note that readiness probe not added to StatefulSet
example due to https://github.com/kubernetes/kubernetes/issues/27114
2018-03-15 09:55:02 +05:30
Nitish Tiwari
10b01ac836
Add healthcheck endpoints ()
This PR adds readiness and liveness endpoints to probe Minio server
instance health. Endpoints can only be accessed without authentication
and the paths are /minio/health/live and /minio/health/ready for
liveness and readiness respectively.

The new healthcheck liveness endpoint is used for Docker healthcheck
now.

Fixes 
Fixes 
2018-03-12 11:46:53 +05:30