mirror of
https://github.com/minio/docs.git
synced 2025-04-19 21:02:14 +03:00
MinIO Operator on OpenShift may require manual configuration of TLS cert management via the OpenShift `service-ca` Operator. (For deployments that are _not_ done through Red Hat OperatorHub.) Document the needed envvars, `volumes`, and `volumeMounts` to enable `service-ca` and avoid the need to manually renew certs. ~Note: This presumes kustomize, additional research/testing required to determine configuration for Helm chart deployments.~ Staged http://192.241.195.202:9000/staging/DOCS-991/openshift/operations/installation.html#procedure See also: https://github.com/minio/wiki/wiki/Besides-MINIO_OPERATOR_RUNTIME-what-else-is-needed-in-Operator%3F Fixes https://github.com/minio/docs/issues/991 (remaining item for v5.0.8) --------- Co-authored-by: Ravind Kumar <ravind@min.io>