Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OADP-1931: Update description in CSV #1008

Merged
merged 1 commit into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 21 additions & 3 deletions bundle/manifests/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,27 @@ metadata:
certified: "false"
containerImage: quay.io/konveyor/oadp-operator:latest
createdAt: "2020-09-08T12:21:00Z"
description: |-
OADP (OpenShift API for Data Protection) operator sets up and installs
Velero on the OpenShift platform.
description: |
**OpenShift API for Data Protection (OADP)** operator sets up and installs
Velero on the OpenShift platform, allowing users to backup and restore
applications.

Backup and restore Kubernetes resources and internal images, at the
granularity of a namespace, using a version of Velero appropriate for
the installed version of OADP.

OADP backs up Kubernetes objects and internal images by saving them as
an archive file on object storage. OADP backs up persistent volumes
(PVs) by creating snapshots with the native cloud snapshot API or with
the Container Storage Interface (CSI). For cloud providers that do not
support snapshots, OADP backs up resources and PV data with Restic.

* [Installing OADP for application backup and restore][install-doc]

* [Frequently Asked Questions][faq-doc]

[install-doc]: https://docs.openshift.com/container-platform/latest/backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.html
[faq-doc]: https://access.redhat.com/articles/5456281
olm.skipRange: '>=0.0.0 <99.0.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-adp
Expand Down
24 changes: 21 additions & 3 deletions config/manifests/bases/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,27 @@ metadata:
certified: "false"
containerImage: quay.io/konveyor/oadp-operator:latest
createdAt: "2020-09-08T12:21:00Z"
description: |-
OADP (OpenShift API for Data Protection) operator sets up and installs
Velero on the OpenShift platform.
description: |
**OpenShift API for Data Protection (OADP)** operator sets up and installs
Velero on the OpenShift platform, allowing users to backup and restore
applications.

Backup and restore Kubernetes resources and internal images, at the
granularity of a namespace, using a version of Velero appropriate for
the installed version of OADP.

OADP backs up Kubernetes objects and internal images by saving them as
an archive file on object storage. OADP backs up persistent volumes
(PVs) by creating snapshots with the native cloud snapshot API or with
the Container Storage Interface (CSI). For cloud providers that do not
support snapshots, OADP backs up resources and PV data with Restic.

* [Installing OADP for application backup and restore][install-doc]

* [Frequently Asked Questions][faq-doc]

[install-doc]: https://docs.openshift.com/container-platform/latest/backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.html
[faq-doc]: https://access.redhat.com/articles/5456281
olm.skipRange: '>=0.0.0 <99.0.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-adp
Expand Down