You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/oadp-installing-dpa.adoc
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,29 +172,28 @@ spec:
172
172
provider: {provider}
173
173
default: true
174
174
credential:
175
-
key: cloud <5>
176
-
name: {credentials} <6>
175
+
key: cloud
176
+
name: {credentials} <5>
177
177
objectStorage:
178
-
bucket: <bucket_name> <7>
179
-
prefix: <prefix> <8>
180
-
snapshotLocations: <9>
178
+
bucket: <bucket_name> <6>
179
+
prefix: <prefix> <7>
180
+
snapshotLocations: <8>
181
181
- velero:
182
182
provider: {provider}
183
183
default: true
184
184
config:
185
185
project: <project>
186
-
snapshotLocation: us-west1 <10>
186
+
snapshotLocation: us-west1 <9>
187
187
----
188
188
<1> The `openshift` plugin is mandatory.
189
189
<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.
190
190
<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.
191
191
<4> Specify on which nodes Restic is available. By default, Restic runs on all nodes.
192
-
<5> For Google WIF cloud authentication use the `service_account.json`, which is `cloud-credentials-gcp`.
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.
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.
0 commit comments