Format:
Export:

Prerequisites & cluster preparation(15 of 15)

Keep this order!
⚠️ Cluster introduction

The following tests have been executed on a Single Node OpenShift (SNO) cluster.

The cluster is using: Minio Object Storage, MetalLB, LVM (local disks must be available), and a single NIC (a 2nd IP address is used for the VM network tests).

Some test cases could not be fully executed due to limitation of the SNO cluster or the hardware. They are still documented for reference and marked accordingly.

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 API
IMPORTANT: Replace 'value: <update with your own password>' with the generated password
3Verify: oc get pods -n minio (Running), oc get route -n minio
4Configure mc alias against the API Route (--insecure for self-signed TLS)
5Create test bucket: mc mb local/test --insecure
6Verify: mc ls local --insecure
7Optional: open MinIO web console via minio-console Route (login: minioadmin / <password from step 1>)