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
@@ -66,8 +66,6 @@ secret, you only need to supply the role ARN during the installation of OLM-mana
66
66
The preceding secret is created automatically by CCO.
67
67
====
68
68
69
-
. Install the OADP Operator:
70
-
.. In the {product-title} web console, browse to *Operators*->*OperatorHub*.
71
69
. Install the OADP Operator:
72
70
.. In the {product-title} web console, browse to *Operators*->*OperatorHub*.
73
71
.. Search for the *OADP Operator*.
@@ -78,19 +76,19 @@ The preceding secret is created automatically by CCO.
78
76
[source,terminal]
79
77
----
80
78
$ cat << EOF | oc create -f -
81
-
apiVersion: oadp.openshift.io/v1alpha1
82
-
kind: CloudStorage
83
-
metadata:
84
-
name: ${CLUSTER_NAME}-oadp
85
-
namespace: openshift-adp
86
-
spec:
87
-
creationSecret:
88
-
key: credentials
89
-
name: cloud-credentials
90
-
enableSharedConfig: true
91
-
name: ${CLUSTER_NAME}-oadp
92
-
provider: aws
93
-
region: $REGION
79
+
apiVersion: oadp.openshift.io/v1alpha1
80
+
kind: CloudStorage
81
+
metadata:
82
+
name: ${CLUSTER_NAME}-oadp
83
+
namespace: openshift-adp
84
+
spec:
85
+
creationSecret:
86
+
key: credentials
87
+
name: cloud-credentials
88
+
enableSharedConfig: true
89
+
name: ${CLUSTER_NAME}-oadp
90
+
provider: aws
91
+
region: $REGION
94
92
EOF
95
93
----
96
94
// bringing over from MOB docs
@@ -151,34 +149,34 @@ If the application or applications that are being backed up are all using persis
151
149
[source,terminal]
152
150
----
153
151
$ cat << EOF | oc create -f -
154
-
apiVersion: oadp.openshift.io/v1alpha1
155
-
kind: DataProtectionApplication
156
-
metadata:
157
-
name: ${CLUSTER_NAME}-dpa
158
-
namespace: openshift-adp
159
-
spec:
160
-
backupImages: false
161
-
features:
162
-
dataMover:
163
-
enable: false
164
-
backupLocations:
165
-
- bucket:
166
-
cloudStorageRef:
167
-
name: ${CLUSTER_NAME}-oadp
168
-
credential:
169
-
key: credentials
170
-
name: cloud-credentials
171
-
default: true
172
-
config:
173
-
region: ${REGION}
174
-
configuration:
175
-
velero:
176
-
defaultPlugins:
177
-
- openshift
178
-
- aws
179
-
- csi
180
-
restic:
181
-
enable: false
152
+
apiVersion: oadp.openshift.io/v1alpha1
153
+
kind: DataProtectionApplication
154
+
metadata:
155
+
name: ${CLUSTER_NAME}-dpa
156
+
namespace: openshift-adp
157
+
spec:
158
+
backupImages: false
159
+
features:
160
+
dataMover:
161
+
enable: false
162
+
backupLocations:
163
+
- bucket:
164
+
cloudStorageRef:
165
+
name: ${CLUSTER_NAME}-oadp
166
+
credential:
167
+
key: credentials
168
+
name: cloud-credentials
169
+
default: true
170
+
config:
171
+
region: ${REGION}
172
+
configuration:
173
+
velero:
174
+
defaultPlugins:
175
+
- openshift
176
+
- aws
177
+
- csi
178
+
restic:
179
+
enable: false
182
180
EOF
183
181
----
184
182
// . Create the `DataProtectionApplication` resource, which is used to configure the connection to the storage where the backups and volume snapshots are stored:
0 commit comments