oc create -f operator.yml
For use only with mig-operator/mig-controller/mig-ui
- Edit controller.yml
- Adjust
restic_pv_host_pathfor the version of Openshift you are using oc create -f controller.yml
To use velero standalone set up a backup storage location. This does not prevent also using velero for migrations.
- Edit controller.yml
- Adjust
restic_pv_host_pathfor the version of Openshift you are using. - Change
standalonetotrue - Set up coordinates for an s3 bucket using
aws_bucket_name,aws_key_id,aws_region, andaws_secret_access_key - If you want to use noobaa instead of AWS also set
noobaatotrue, and provide the correctnoobaa_service_url oc create -f controller.yml
- If you want to update credentials to your storage location using this operator you'll need to delete the
cloud-credentialssecret
Figure out if we can look at capabilities to set restic_pv_host_path automatically