Skip to content

Commit 2307832

Browse files
Merge pull request #34218 from bergerhoffer/dr-node-to-recover
Specifying that disaster recovery requires a healthy node
2 parents c2fda38 + df221cd commit 2307832

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

backup_and_restore/disaster_recovery/about-disaster-recovery.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ how to recover from several disaster situations that might occur with their
1111
more of the following procedures to return your cluster to a working
1212
state.
1313

14+
[IMPORTANT]
15+
====
16+
Disaster recovery requires you to have at least one healthy master host.
17+
====
18+
1419
xref:../../backup_and_restore/disaster_recovery/scenario-2-restoring-cluster-state.adoc#dr-restoring-cluster-state[Restoring to a previous cluster state]::
1520
This solution handles situations where you want to restore your cluster to
1621
a previous state, for example, if an administrator deletes something critical.

modules/dr-restoring-cluster-state.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ When you restore your cluster, you must use an etcd backup that was taken from t
1717
.Prerequisites
1818

1919
* Access to the cluster as a user with the `cluster-admin` role.
20+
* A healthy master host to use as the recovery host.
2021
* SSH access to master hosts.
2122
* A backup directory containing both the etcd snapshot and the resources for the static pods, which were from the same backup. The file names in the directory must be in the following formats: `snapshot_<datetimestamp>.db` and `static_kuberesources_<datetimestamp>.tar.gz`.
2223

0 commit comments

Comments
 (0)