You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
406 B
406 B
Minio Docker images based on RHEL7 for OpenShift
Description
This project proposes ready-to-use templates to deploy Minio on OpenShift.
Deployment
Pre-requisites
oc import-image -n openshift rhel7 --from registry.access.redhat.com/rhel7:latest --confirm
Deploy Minio on OpenShift
oc process -f minio.yaml -p MINIO_ROUTE_HOSTNAME=minio.openshift.test | oc create -f -