OADP (OpenShift API for Data Protection) is based on Velero and enables VM backup/restore via the KubeVirt plugin. This is the OpenShift-native way to back up or restore resources in the cluster. It does not provide a UI, but it is subscription-free and usable without a separate licence. The MinIO instance from PRE-11 is used as the S3 backend.
Important: the internal MinIO Service as installed previously (minio.minio.svc:9000) speaks HTTP only, not HTTPS — TLS is terminated only on the external Route, not on the ClusterIP Service. s3Url must therefore use http://, not https://.
OADP → installopenshift-adp (operator default — do not change)oadp-backupsmc mb local/oadp-backups --insecureopenshift-adp namespace (Minio access/secret key)insecureSkipTLSVerify: truekubevirt plugin in defaultPlugins — required for VM backups<dpa-name>-1 (e.g. dpa-minio-1), not the DPA name itself — note this for later Backup CRs (storageLocation)velero CLI locally — for clearer backup/restore diagnosis (describe/logs) than raw oc log greps. No ConsoleCLIDownload/Route (unlike hcp) — official path is GitHub Releases or Homebrewbrew install velerovelero version --client-onlyvelero binary inside the running pod — see Commands/YAML tab