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/cnf-topology-aware-lifecycle-manager-about-cgu-crs.adoc
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,6 @@ Spec:
87
87
beforeEnable: <2>
88
88
addClusterLabels:
89
89
upgrade-running: ""
90
-
backup: false
91
90
clusters: <3>
92
91
- spoke1
93
92
enable: false <4>
@@ -200,22 +199,6 @@ Pre-caching is still in progress for one or more clusters or has failed for all
200
199
201
200
For more information see the "Using the container image pre-cache feature" section.
202
201
203
-
[id="creating_backup_{context}"]
204
-
== Creating a backup
205
-
206
-
For {sno}, {cgu-operator} can create a backup of a deployment before an update. If the update fails, you can recover the previous version and restore a cluster to a working state without requiring a reprovision of applications. To use the backup feature you first create a `ClusterGroupUpgrade` CR with the `backup` field set to `true`. To ensure that the contents of the backup are up to date, the backup is not taken until you set the `enable` field in the `ClusterGroupUpgrade` CR to `true`.
207
-
208
-
{cgu-operator} uses the `BackupSucceeded` condition to report the status and reasons as follows:
209
-
210
-
* `true`
211
-
+
212
-
Backup is completed for all clusters or the backup run has completed but failed for one or more clusters. If backup fails for any cluster, the update fails for that cluster but proceeds for all other clusters.
213
-
* `false`
214
-
+
215
-
Backup is still in progress for one or more clusters or has failed for all clusters.
216
-
217
-
For more information, see the "Creating a backup of cluster resources before upgrade" section.
218
-
219
202
[id="updating_clusters_{context}"]
220
203
== Updating clusters
221
204
{cgu-operator} enforces the policies following the remediation plan.
@@ -231,10 +214,9 @@ Enforcing the policies for subsequent batches starts immediately after all the c
231
214
The update is not in progress. Possible reasons for this are:
232
215
+
233
216
** All clusters are compliant with all the managed policies.
234
-
** The update has timed out as policy remediation took too long.
217
+
** The update timed out as policy remediation took too long.
235
218
** Blocking CRs are missing from the system or have not yet completed.
0 commit comments