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
+64-51Lines changed: 64 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,35 +61,39 @@ spec:
61
61
configuration:
62
62
velero:
63
63
defaultPlugins:
64
-
- openshift <1>
64
+
- openshift # <1>
65
65
- aws
66
-
resourceTimeout: 10m <2>
66
+
resourceTimeout: 10m # <2>
67
67
restic:
68
-
enable: true <3>
68
+
enable: true # <3>
69
69
podConfig:
70
-
nodeSelector: <node_selector> <4>
70
+
nodeSelector: <node_selector> # <4>
71
71
backupLocations:
72
72
- name: default
73
73
velero:
74
74
provider: {provider}
75
75
default: true
76
76
objectStorage:
77
-
bucket: <bucket_name> <5>
78
-
prefix: <prefix> <6>
77
+
bucket: <bucket_name> # <5>
78
+
prefix: <prefix> # <6>
79
79
config:
80
80
region: <region>
81
81
profile: "default"
82
-
s3ForcePathStyle: "true" <7>
83
-
s3Url: <s3_url> <8>
82
+
s3ForcePathStyle: "true" # <7>
83
+
s3Url: <s3_url> # <8>
84
84
credential:
85
85
key: cloud
86
-
name: {credentials} <9>
87
-
snapshotLocations: <10>
86
+
name: {credentials}# <9>
87
+
snapshotLocations: # <10>
88
88
- velero:
89
89
provider: {provider}
90
90
config:
91
-
region: <region> <11>
91
+
region: <region> # <11>
92
92
profile: "default"
93
+
credential:
94
+
key: cloud
95
+
name: {credentials} # <12>
96
+
93
97
----
94
98
<1> The `openshift` plugin is mandatory.
95
99
<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.
@@ -102,6 +106,7 @@ spec:
102
106
<9> Specify the name of the `Secret` object that you created. 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.
103
107
<10> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
104
108
<11> The snapshot location must be in the same region as the PVs.
109
+
<12> Specify the name of the `Secret` object that you created. 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 snapshot location. If your backup and snapshot locations use different credentials, create separate profiles in the `credentials-velero` file.
<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.
@@ -158,6 +166,7 @@ spec:
158
166
<9> Specify a bucket as the backup storage location. If the bucket is not a dedicated bucket for Velero backups, you must specify a prefix.
159
167
<10> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
160
168
<11> You do not need to specify a snapshot location if you use CSI snapshots or Restic to back up PVs.
169
+
<12> Specify the name of the `Secret` object that you created. 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.
161
170
endif::[]
162
171
ifdef::installing-oadp-gcp[]
163
172
+
@@ -173,29 +182,32 @@ spec:
173
182
velero:
174
183
defaultPlugins:
175
184
- gcp
176
-
- openshift <1>
177
-
resourceTimeout: 10m <2>
185
+
- openshift # <1>
186
+
resourceTimeout: 10m # <2>
178
187
restic:
179
-
enable: true <3>
188
+
enable: true # <3>
180
189
podConfig:
181
-
nodeSelector: <node_selector> <4>
190
+
nodeSelector: <node_selector> # <4>
182
191
backupLocations:
183
192
- velero:
184
193
provider: {provider}
185
194
default: true
186
195
credential:
187
-
key: cloud <5>
188
-
name: {credentials} <6>
196
+
key: cloud # <5>
197
+
name: {credentials}# <6>
189
198
objectStorage:
190
-
bucket: <bucket_name> <7>
191
-
prefix: <prefix> <8>
192
-
snapshotLocations: <9>
199
+
bucket: <bucket_name> # <7>
200
+
prefix: <prefix> # <8>
201
+
snapshotLocations: # <9>
193
202
- velero:
194
203
provider: {provider}
195
204
default: true
196
205
config:
197
206
project: <project>
198
-
snapshotLocation: us-west1 <10>
207
+
snapshotLocation: us-west1 # <10>
208
+
credential:
209
+
key: cloud
210
+
name: {credentials} # <11>
199
211
----
200
212
<1> The `openshift` plugin is mandatory.
201
213
<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.
@@ -207,6 +219,7 @@ spec:
207
219
<8> Specify a prefix for Velero backups, for example, `velero`, if the bucket is used for multiple purposes.
208
220
<9> Specify a snapshot location, unless you use CSI snapshots or Restic to back up PVs.
209
221
<10> The snapshot location must be in the same region as the PVs.
222
+
<11> Specify the name of the `Secret` object that you created. 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 snapshot location.
210
223
endif::[]
211
224
ifdef::installing-oadp-mcg[]
212
225
+
@@ -222,28 +235,28 @@ spec:
222
235
velero:
223
236
defaultPlugins:
224
237
- aws
225
-
- openshift <1>
226
-
resourceTimeout: 10m <2>
238
+
- openshift # <1>
239
+
resourceTimeout: 10m # <2>
227
240
restic:
228
-
enable: true <3>
241
+
enable: true # <3>
229
242
podConfig:
230
-
nodeSelector: <node_selector> <4>
243
+
nodeSelector: <node_selector> # <4>
231
244
backupLocations:
232
245
- velero:
233
246
config:
234
247
profile: "default"
235
248
region: minio
236
-
s3Url: <url> <5>
249
+
s3Url: <url> # <5>
237
250
insecureSkipTLSVerify: "true"
238
251
s3ForcePathStyle: "true"
239
252
provider: {provider}
240
253
default: true
241
254
credential:
242
255
key: cloud
243
-
name: {credentials} <6>
256
+
name: {credentials}# <6>
244
257
objectStorage:
245
-
bucket: <bucket_name> <7>
246
-
prefix: <prefix> <8>
258
+
bucket: <bucket_name> # <7>
259
+
prefix: <prefix> # <8>
247
260
----
248
261
<1> The `openshift` plugin is mandatory.
249
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.
@@ -267,25 +280,25 @@ spec:
267
280
configuration:
268
281
velero:
269
282
defaultPlugins:
270
-
- kubevirt <1>
271
-
- gcp <2>
272
-
- csi <3>
273
-
- openshift <4>
274
-
resourceTimeout: 10m <5>
283
+
- kubevirt # <1>
284
+
- gcp # <2>
285
+
- csi # <3>
286
+
- openshift # <4>
287
+
resourceTimeout: 10m # <5>
275
288
restic:
276
-
enable: true <6>
289
+
enable: true # <6>
277
290
podConfig:
278
-
nodeSelector: <node_selector> <7>
291
+
nodeSelector: <node_selector> # <7>
279
292
backupLocations:
280
293
- velero:
281
-
provider: {provider} <8>
294
+
provider: {provider}# <8>
282
295
default: true
283
296
credential:
284
297
key: cloud
285
-
name: <default_secret> <9>
298
+
name: <default_secret> # <9>
286
299
objectStorage:
287
-
bucket: <bucket_name> <10>
288
-
prefix: <prefix> <11>
300
+
bucket: <bucket_name> # <10>
301
+
prefix: <prefix> # <11>
289
302
----
290
303
<1> Optional: The `kubevirt` plugin is used with {VirtProductName}.
291
304
<2> Specify the default plugin for the backup provider, for example, `gcp`, if appropriate.
0 commit comments