oprudkyi / openshift-templates

OpenShift Origin templates, Mirror of https://gitlab.com/oprudkyi/openshift-templates/
MIT License
36 stars 26 forks source link

Minio liveness probe fails #7

Open florent-souliere-smile opened 6 years ago

florent-souliere-smile commented 6 years ago

Hi,

I noticed that the liveness probe of the Minio service is broken.

The point is: HTTP GET requests to /minio/login on port 9000/TCP always result in Error 403 and Minio Error Code: AllAccessDenied.

Tested on OpenShift Origin 3.6.0, with anyuid SCC applied to sa-minio Service Account and no persistent storage volume. The tests were done on Nov 30. 2017.

florent-souliere-smile commented 6 years ago

Please note that it is related to https://github.com/minio/minio/issues/5225