oc create -f operator.yml
For use only with mig-operator/mig-controller/mig-ui
- Edit controller.yml
- Adjust
restic_pv_host_path
for 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_path
for the version of Openshift you are using. - Change
standalone
totrue
- 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
noobaa
totrue
, 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-credentials
secret
Figure out if we can look at capabilities to set restic_pv_host_path
automatically