Skip to content

jaidevmane/oadp-operator

 
 

Repository files navigation

OADP Operator

OpenShift API for Data Protection

Go Report Card codecov License Go Reference

AWS: AWS builds GCP: GCP builds Azure: Azure builds

Table of Contents

  1. About
  2. Basic Install using OperatorHub
  3. API References
  4. API Usage
    1. Configure Plugins
    2. Backup Storage Locations and Volume Snapshot Locations
    3. Resource Requests and Limits
    4. Self-Signed Certificate
    5. Use NooBaa as a Backup Storage Location
    6. Use Velero --features flag
    7. Use Custom Plugin Images for Velero
  5. Upgrade from 0.2
  6. Examples
    1. Stateless App Backup/Restore
    2. Stateful App Backup/Restore
  7. Troubleshooting
  8. Contribute
    1. Install & Build from Source (Non-OLM)
    2. OLM Integration
    3. Test Operator Changes
    4. E2E Test Suite
  9. Velero Version Relationship

About

OADP is the OpenShift API for Data Protection operator. This open source operator sets up and installs Velero on the OpenShift platform, allowing users to backup and restore applications.


Velero Version Relationship

By default, OADP will install the forked versions of Velero that exist under the openshift organization. These images have minor tweaks to support the OpenShift specific use cases of using Velero with OCP. The openshift images tend to lag behind Velero upstream releases as we are more cautious about supporting older versions. Here is the default mapping of versions:

OADP Version Velero Version
v0.1.1 v1.4.1
v0.1.2 v1.4.2
v0.1.3 v1.4.2
v0.1.4 v1.4.2
v0.2.0 v1.5.2
v0.2.1 v1.5.2
v0.2.3 v1.6.0
v0.2.4 v1.6.0
v0.2.5 v1.6.0
v0.2.6 v1.6.0
v0.3.0 v1.6.2
v0.4.0 v1.7.0
v0.5.0 v1.7.0

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.8%
  • Shell 5.1%
  • Makefile 3.7%
  • Other 1.4%