Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions modules/oadp-installing-dpa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ spec:
- gcp <.>
- csi <.>
- openshift <.>
featureFlags:
- EnableCSI <.>
restic:
enable: true <.>
backupLocations:
Expand All @@ -255,7 +253,6 @@ spec:
<.> Specify the default plug-in for the backup provider, for example, `gcp`, if appropriate.
<.> Specify the `csi` default plug-in if you use CSI snapshots to back up PVs. The `csi` plug-in uses the link:https://{velero-domain}/docs/main/csi/[Velero CSI beta snapshot APIs]. You do not need to configure a snapshot location.
<.> The `openshift` plug-in is mandatory in order to back up and restore namespaces on an {product-title} cluster.
<.> Mandatory for CSI.
<.> Set to `false` if you want to disable the Restic installation. Restic deploys a daemon set, which means that each worker node has `Restic` pods running. You configure Restic for backups by adding `spec.defaultVolumesToRestic: true` to the `Backup` CR.
<.> Specify the backup provider.
<.> If you use a default plug-in for the backup provider, you must specify the correct default name for the `Secret`, for example, `cloud-credentials-gcp`. If you specify a custom name, the custom name is used for the backup location. If you do not specify a `Secret` name, the default name is used.
Expand Down