Skip to content

Commit bd40c7b

Browse files
committed
openshift#5 removed
1 parent b2858db commit bd40c7b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

modules/oadp-installing-dpa.adoc

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -172,29 +172,28 @@ spec:
172172
provider: {provider}
173173
default: true
174174
credential:
175-
key: cloud <5>
176-
name: {credentials} <6>
175+
key: cloud
176+
name: {credentials} <5>
177177
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>
181181
- velero:
182182
provider: {provider}
183183
default: true
184184
config:
185185
project: <project>
186-
snapshotLocation: us-west1 <10>
186+
snapshotLocation: us-west1 <9>
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> 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.
198197
endif::[]
199198
ifdef::installing-oadp-mcg[]
200199
+

0 commit comments

Comments
 (0)