Local S3-compatible object storage in namespace minio. Shared backend for OADP/Velero (PRE-13), Kasten K10 (PRE-15), and ACM observability (PRE-14).
Prerequisite: StorageClass lvms-vg1 from PRE-06. Buckets for backup stacks are created in their respective prereqs; this step deploys MinIO and verifies S3 access.
1Generate a password for the next step and replace 'value: <update with your own password>'
2Deploy MinIO: namespace
minio, PVC on lvms-vg1, Routes for APIIMPORTANT: Replace 'value: <update with your own password>' with the generated password
3Verify:
oc get pods -n minio (Running), oc get route -n minio4Configure
mc alias against the API Route (--insecure for self-signed TLS)5Create
test bucket: mc mb local/test --insecure6Verify:
mc ls local --insecure7Optional: open MinIO web console via
minio-console Route (login: minioadmin / <password from step 1>)