Skip to content

Commit fd0495a

Browse files
authored
Merge pull request #74137 from CarmiWisemon/oadp3768-admonitions-rosa-sts
OADP -3768 Doc Improvement Double Stacked Admonitions ROSA AWS STS
2 parents 36ee64e + 19701e7 commit fd0495a

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

modules/installing-oadp-aws-sts.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@ $ cat << EOF | oc create -f -
220220
EOF
221221
----
222222
<1> Set this field to `false` if you do not want to use image backup.
223-
<2> See the first note regarding the `nodeAgent` attribute.
223+
<2> See the important note regarding the `nodeAgent` attribute.
224224
<3> The `credentialsFile` field is the mounted location of the bucket credential on the pod.
225225
<4> The `enableSharedConfig` field allows the `snapshotLocations` to share or reuse the credential defined for the bucket.
226226
<5> Use the profile name set in the {aws-short} credentials file.
227227
<6> Specify `region` as your {aws-short} region. This must be the same as the cluster region.
228228
+
229229
You are now ready to back up and restore {product-title} applications, as described in _Backing up applications_.
230230

231-
[NOTE]
231+
[IMPORTANT]
232232
====
233233
If you use OADP 1.2, replace this configuration:
234234
@@ -247,7 +247,4 @@ restic:
247247
----
248248
====
249249

250-
[NOTE]
251-
====
252250
If you want to use two different clusters for backing up and restoring, the two clusters must have the same {aws-short} S3 storage names in both the cloud storage CR and the OADP `DataProtectionApplication` configuration.
253-
====

modules/installing-oadp-rosa-sts.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ AWS Security Token Service (AWS STS) is a global web service that provides short
1313
====
1414
Restic and Kopia are not supported in the OADP on ROSA with {aws-short} {sts-short} environment. Verify that the Restic and Kopia node agent is disabled.
1515
For backing up volumes, OADP on ROSA with {aws-short} {sts-short} supports only native snapshots and Container Storage Interface (CSI) snapshots.
16-
====
1716
18-
[IMPORTANT]
19-
====
2017
In an Amazon ROSA cluster that uses STS authentication, restoring backed-up data in a different {aws-short} region is not supported.
2118
2219
The Data Mover feature is not currently supported in ROSA clusters. You can use native {aws-short} S3 tools for moving data.
@@ -229,15 +226,15 @@ $ cat << EOF | oc create -f -
229226
EOF
230227
----
231228
<1> ROSA supports internal image backup. Set this field to false if you do not want to use image backup.
232-
<2> See the following note.
229+
<2> See the important note regarding the `nodeAgent` attribute.
233230
<3> The `credentialsFile` field is the mounted location of the bucket credential on the pod.
234231
<4> The `enableSharedConfig` field allows the `snapshotLocations` to share or reuse the credential defined for the bucket.
235232
<5> Use the profile name set in the {aws-short} credentials file.
236233
<6> Specify `region` as your {aws-short} region. This must be the same as the cluster region.
237234
+
238235
You are now ready to back up and restore {product-title} applications, as described in _Backing up applications_.
239236

240-
[NOTE]
237+
[IMPORTANT]
241238
====
242239
The `enable` parameter of `restic` is set to `false` in this configuration, because OADP does not support Restic in ROSA environments.
243240
@@ -258,7 +255,5 @@ restic:
258255
----
259256
====
260257

261-
[NOTE]
262-
====
263258
If you want to use two different clusters for backing up and restoring, the two clusters must have the same {aws-short} S3 storage names in both the cloud storage CR and the OADP `DataProtectionApplication` configuration.
264-
====
259+

0 commit comments

Comments
 (0)