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
* xref:../backup_and_restore/graceful-cluster-restart.adoc#graceful-restart-cluster[Restarting the cluster gracefully]
23
+
24
+
* xref:../backup_and_restore/control_plane_backup_and_restore/disaster_recovery/scenario-2-restoring-cluster-state.adoc#dr-restoring-cluster-state[Restore to a previous cluster state]
Copy file name to clipboardExpand all lines: modules/graceful-shutdown.adoc
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,14 @@ You can shut down a cluster until a year from the installation date and expect i
21
21
[IMPORTANT]
22
22
====
23
23
It is important to take an etcd backup before performing this procedure so that your cluster can be restored if you encounter any issues when restarting the cluster.
24
+
25
+
For example, the following conditions can cause the restarted cluster to malfunction:
26
+
27
+
* etcd data corruption during shutdown
28
+
* Node failure due to hardware
29
+
* Network connectivity issues
30
+
31
+
If your cluster fails to recover, follow the steps to restore to a previous cluster state.
0 commit comments