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/installing-oadp-rosa-sts.adoc
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ $ cat << EOF | oc create -f -
155
155
name: ${CLUSTER_NAME}-dpa
156
156
namespace: openshift-adp
157
157
spec:
158
-
backupImages: false
158
+
backupImages: true <1>
159
159
features:
160
160
dataMover:
161
161
enable: false
@@ -166,6 +166,7 @@ $ cat << EOF | oc create -f -
166
166
credential:
167
167
key: credentials
168
168
name: cloud-credentials
169
+
prefix: velero
169
170
default: true
170
171
config:
171
172
region: ${REGION}
@@ -179,6 +180,8 @@ $ cat << EOF | oc create -f -
179
180
enable: false
180
181
EOF
181
182
----
183
+
<1> ROSA supports internal image backup. Set this field to `false` if you do not want to use image backup.
184
+
182
185
// . Create the `DataProtectionApplication` resource, which is used to configure the connection to the storage where the backups and volume snapshots are stored:
183
186
184
187
.. If you are using CSI or non-CSI volumes, deploy a Data Protection Application by entering the following command:
0 commit comments