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
**`Secret` with a custom name for the backup location. You add this `Secret` to the `DataProtectionApplication` CR.
25
26
**`Secret` with another custom name for the snapshot location. You add this `Secret` to the `DataProtectionApplication` CR.
26
27
endif::[]
28
+
27
29
ifdef::installing-oadp-aws[]
28
30
* If the backup and snapshot locations use different credentials, you must create a `Secret` with the default name, `{credentials}`, which contains separate profiles for the backup and snapshot location credentials.
29
31
endif::[]
@@ -39,6 +41,7 @@ If you do not want to specify backup or snapshot locations during the installati
39
41
. Under *Provided APIs*, click *Create instance* in the *DataProtectionApplication* box.
40
42
41
43
. Click *YAML View* and update the parameters of the `DataProtectionApplication` manifest:
44
+
42
45
ifdef::installing-oadp-aws[]
43
46
+
44
47
[source,yaml,subs="attributes+"]
@@ -95,6 +98,7 @@ spec:
95
98
<11> Specify a snapshot location, unless you use CSI snapshots or a File System Backup (FSB) to back up PVs.
96
99
<12> The snapshot location must be in the same region as the PVs.
97
100
endif::[]
101
+
98
102
ifdef::installing-oadp-azure[]
99
103
+
100
104
[source,yaml,subs="attributes+"]
@@ -155,6 +159,7 @@ spec:
155
159
<13> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
156
160
<14> You do not need to specify a snapshot location if you use CSI snapshots or Restic to back up PVs.
157
161
endif::[]
162
+
158
163
ifdef::installing-oadp-gcp[]
159
164
+
160
165
[source,yaml,subs="attributes+"]
@@ -210,6 +215,7 @@ spec:
210
215
<13> The snapshot location must be in the same region as the PVs.
211
216
<14> Google workload identity federation supports internal image backup. Set this field to `false` if you do not want to use image backup.
212
217
endif::[]
218
+
213
219
ifdef::installing-oadp-mcg[]
214
220
+
215
221
[source,yaml,subs="attributes+"]
@@ -260,6 +266,7 @@ spec:
260
266
<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.
261
267
<11> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
262
268
endif::[]
269
+
263
270
ifdef::installing-oadp-ocs[]
264
271
+
265
272
[source,yaml,subs="attributes+"]
@@ -296,7 +303,7 @@ spec:
296
303
----
297
304
<1> The default namespace for OADP is `openshift-adp`. The namespace is a variable and is configurable.
298
305
<2> Optional: The `kubevirt` plugin is used with {VirtProductName}.
299
-
<32> Specify the default plugin for the backup provider, for example, `gcp`, if appropriate.
306
+
<3> Specify the default plugin for the backup provider, for example, `gcp`, if appropriate.
300
307
<4> Specify the `csi` default plugin if you use CSI snapshots to back up PVs. The `csi` plugin uses the link:https://{velero-domain}/docs/main/csi/[Velero CSI beta snapshot APIs]. You do not need to configure a snapshot location.
301
308
<5> The `openshift` plugin is mandatory.
302
309
<6> 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.
@@ -309,6 +316,7 @@ spec:
309
316
<13> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
310
317
<14> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
0 commit comments