Skip to content

This OADP plugin is used to perform backup/restore procedures for HostedControlPlanes.

License

Notifications You must be signed in to change notification settings

openshift/hypershift-oadp-plugin

Repository files navigation

Hypershift OADP Plugin

This velero/OADP plugin is designed to perform backup and restore of HostedControlPlanes in Openshift

Quickstart

  1. Deploy an OCP Management cluster with Hypershift running
  2. Deploy OADP using the sample subscription (sample in examples folder)
  3. Create the Cloud credentials for you storage provider to store the backups (In this case AWS)
kubectl create secret generic cloud-credentials \
    --namespace openshift-adp \
    --from-file cloud=<AWS_CREDS_FILE>
  1. Create the DataProtectionApplication (sample in examples folder)
  2. Fill and create the backup manifest (sample in examples folder)
  3. Check the Backup status.

About

This OADP plugin is used to perform backup/restore procedures for HostedControlPlanes.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published