Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.18 KB

velero-operator

Operator Installation

oc create -f operator.yml

Velero Controller Installation

  1. Edit controller.yml
  2. Adjust restic_pv_host_path for the version of Openshift you are using
  3. oc create -f controller.yml

Standalone

To use velero standalone set up a backup storage location. This does not prevent also using velero for migrations.

  1. Edit controller.yml
  2. Adjust restic_pv_host_path for the version of Openshift you are using.
  3. Change standalone to true
  4. Set up coordinates for an s3 bucket using aws_bucket_name, aws_key_id, aws_region, and aws_secret_access_key
  5. If you want to use noobaa instead of AWS also set noobaa to true, and provide the correct noobaa_service_url
  6. oc create -f controller.yml

Updating credentials

  1. If you want to update credentials to your storage location using this operator you'll need to delete the cloud-credentials secret

TODO:

Figure out if we can look at capabilities to set restic_pv_host_path automatically