Skip to content

Commit

Permalink
openshift#5 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmiWisemon committed Oct 25, 2023
1 parent 3f1f644 commit 443d4f7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions modules/oadp-installing-dpa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,29 +172,28 @@ spec:
provider: {provider}
default: true
credential:
key: cloud <5>
name: {credentials} <6>
key: cloud
name: {credentials} <5>
objectStorage:
bucket: <bucket_name> <7>
prefix: <prefix> <8>
snapshotLocations: <9>
bucket: <bucket_name> <6>
prefix: <prefix> <7>
snapshotLocations: <8>
- velero:
provider: {provider}
default: true
config:
project: <project>
snapshotLocation: us-west1 <10>
snapshotLocation: us-west1 <9>
----
<1> The `openshift` plugin is mandatory.
<2> Specify how many minutes to wait for several Velero resources before timeout occurs, such as Velero CRD availability, volumeSnapshot deletion, and backup repository availability. The default is 10m.
<3> Set this value to `false` if you want to disable the Restic installation. Restic deploys a daemon set, which means that Restic pods run on each working node. In OADP version 1.2 and later, you can configure Restic for backups by adding `spec.defaultVolumesToFsBackup: true` to the `Backup` CR. In OADP version 1.1, add `spec.defaultVolumesToRestic: true` to the `Backup` CR.
<4> Specify on which nodes Restic is available. By default, Restic runs on all nodes.
<5> For Google WIF cloud authentication use the `service_account.json`, which is `cloud-credentials-gcp`.
<6> If you do not specify this value, the default name, `{credentials}`, is used. If you specify a custom name, the custom name is used for the backup location.
<7> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
<8> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
<9> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
<10> The snapshot location must be in the same region as the PVs.
<5> If you do not specify this value, the default name, `{credentials}`, is used. If you specify a custom name, the custom name is used for the backup location.
<6> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
<7> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
<8> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
<9> The snapshot location must be in the same region as the PVs.
endif::[]
ifdef::installing-oadp-mcg[]
+
Expand Down

0 comments on commit 443d4f7

Please sign in to comment.