Skip to content

Commit 49e6708

Browse files
committed
Changes to DPA
1 parent f10dce6 commit 49e6708

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

modules/oadp-installing-dpa.adoc

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -172,28 +172,29 @@ spec:
172172
provider: {provider}
173173
default: true
174174
credential:
175-
key: cloud
176-
name: {credentials} <5>
175+
key: cloud <5>
176+
name: {credentials} <6>
177177
objectStorage:
178-
bucket: <bucket_name> <6>
179-
prefix: <prefix> <7>
180-
snapshotLocations: <8>
178+
bucket: <bucket_name> <7>
179+
prefix: <prefix> <8>
180+
snapshotLocations: <9>
181181
- velero:
182182
provider: {provider}
183183
default: true
184184
config:
185185
project: <project>
186-
snapshotLocation: us-west1 <9>
186+
snapshotLocation: us-west1 <10>
187187
----
188188
<1> The `openshift` plugin is mandatory.
189189
<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.
190190
<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.
191191
<4> Specify on which nodes Restic is available. By default, Restic runs on all nodes.
192-
<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.
193-
<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.
194-
<7> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
195-
<8> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
196-
<9> The snapshot location must be in the same region as the PVs.
192+
<5> For Google WIF cloud authentication use `service_account.json`.
193+
<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.
194+
<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.
195+
<8> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
196+
<9> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
197+
<10> The snapshot location must be in the same region as the PVs.
197198
endif::[]
198199
ifdef::installing-oadp-mcg[]
199200
+

0 commit comments

Comments
 (0)