mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Document OpenShift service certificates for Operator deployments (#1002)
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>
This commit is contained in:
@ -65,7 +65,7 @@ extlinks = {
|
||||
'podman-docs' : ('https://docs.podman.io/en/latest/%s', None),
|
||||
'podman-git' : ('https://github.com/containers/podman/%s', None),
|
||||
'docker-docs' : ('https://docs.docker.com/%s', None),
|
||||
'openshift-docs' : ('https://docs.openshift.com/container-platform/4.11/%s', None),
|
||||
'openshift-docs' : ('https://docs.openshift.com/container-platform/4.13/%s', None),
|
||||
'influxdb-docs' : ('https://docs.influxdata.com/influxdb/v2.4/%s', None),
|
||||
'eks-docs' : ('https://docs.aws.amazon.com/eks/latest/userguide/%s', None),
|
||||
'minio-web' : ('https://min.io/%s?ref=docs', None),
|
||||
|
Reference in New Issue
Block a user