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-1-2-and-earlier.adoc
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -245,27 +245,28 @@ spec:
245
245
- velero:
246
246
config:
247
247
profile: "default"
248
-
region: minio
249
-
s3Url: <url> # <5>
248
+
region: <region_name> <5>
249
+
s3Url: <url> # <6>
250
250
insecureSkipTLSVerify: "true"
251
251
s3ForcePathStyle: "true"
252
252
provider: {provider}
253
253
default: true
254
254
credential:
255
255
key: cloud
256
-
name: {credentials} # <6>
256
+
name: {credentials} # <7>
257
257
objectStorage:
258
-
bucket: <bucket_name> # <7>
259
-
prefix: <prefix> # <8>
258
+
bucket: <bucket_name> # <8>
259
+
prefix: <prefix> # <9>
260
260
----
261
261
<1> The `openshift` plugin is mandatory.
262
262
<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.
263
263
<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.
264
264
<4> Specify on which nodes Restic is available. By default, Restic runs on all nodes.
265
-
<5> Specify the URL of the S3 endpoint.
266
-
<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.
267
-
<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.
268
-
<8> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
265
+
<5> Specify the region, following the naming convention of the documentation of your object storage server.
266
+
<6> Specify the URL of the S3 endpoint.
267
+
<7> 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.
268
+
<8> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
269
+
<9> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
Copy file name to clipboardExpand all lines: modules/oadp-installing-dpa-1-3.adoc
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -258,18 +258,18 @@ spec:
258
258
- velero:
259
259
config:
260
260
profile: "default"
261
-
region: minio
262
-
s3Url: <url> # <8>
261
+
region: <region_name> <8>
262
+
s3Url: <url> # <9>
263
263
insecureSkipTLSVerify: "true"
264
264
s3ForcePathStyle: "true"
265
265
provider: {provider}
266
266
default: true
267
267
credential:
268
268
key: cloud
269
-
name: {credentials} # <9>
269
+
name: {credentials} # <10>
270
270
objectStorage:
271
-
bucket: <bucket_name> # <10>
272
-
prefix: <prefix> # <11>
271
+
bucket: <bucket_name> # <11>
272
+
prefix: <prefix> # <12>
273
273
----
274
274
<1> The default namespace for OADP is `openshift-adp`. The namespace is a variable and is configurable.
275
275
<2> The `openshift` plugin is mandatory.
@@ -278,10 +278,11 @@ spec:
278
278
<5> Set this value to `true` if you want to enable `nodeAgent` and perform File System Backup.
279
279
<6> Enter `kopia` or `restic` as your uploader. You cannot change the selection after the installation. For the Built-in DataMover you must use Kopia. The `nodeAgent` deploys a daemon set, which means that the `nodeAgent` pods run on each working node. You can configure File System Backup by adding `spec.defaultVolumesToFsBackup: true` to the `Backup` CR.
280
280
<7> Specify the nodes on which Kopia or Restic are available. By default, Kopia or Restic run on all nodes.
281
-
<8> Specify the URL of the S3 endpoint.
282
-
<9> 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.
283
-
<10> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
284
-
<11> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
281
+
<8> Specify the region, following the naming convention of the documentation of your object storage server.
282
+
<9> Specify the URL of the S3 endpoint.
283
+
<10> 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.
284
+
<11> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
285
+
<12> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
0 commit comments