From 443d4f753471b927bf069c19f1f0901d19f32c60 Mon Sep 17 00:00:00 2001 From: Carmi Wisemon Date: Tue, 17 Oct 2023 10:41:13 +0300 Subject: [PATCH] #5 removed --- modules/oadp-installing-dpa.adoc | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/modules/oadp-installing-dpa.adoc b/modules/oadp-installing-dpa.adoc index da142828d545..faff88f10c1f 100644 --- a/modules/oadp-installing-dpa.adoc +++ b/modules/oadp-installing-dpa.adoc @@ -172,29 +172,28 @@ spec: provider: {provider} default: true credential: - key: cloud <5> - name: {credentials} <6> + key: cloud + name: {credentials} <5> objectStorage: - bucket: <7> - prefix: <8> - snapshotLocations: <9> + bucket: <6> + prefix: <7> + snapshotLocations: <8> - velero: provider: {provider} default: true config: 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[] +