Skip to content

Commit 91e0be9

Browse files
authored
Merge pull request #39687 from Amrita42/BZ1999387new
BZ1999387: added a ref link
2 parents 13cc5db + cee842a commit 91e0be9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

backup_and_restore/control_plane_backup_and_restore/disaster_recovery/scenario-2-restoring-cluster-state.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ include::modules/dr-restoring-cluster-state-about.adoc[leveloffset=+1]
1212

1313
// Restoring to a previous cluster state
1414
include::modules/dr-restoring-cluster-state.adoc[leveloffset=+1]
15+
16+
.Additional resources
17+
18+
* See xref:../../../networking/accessing-hosts.adoc#accessing-hosts[Accessing the hosts] for how to create a bastion host to access {product-title} instances and the control plane nodes with SSH.

modules/dr-restoring-cluster-state.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ When you restore your cluster, you must use an etcd backup that was taken from t
2121
* SSH access to control plane hosts.
2222
* 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`.
2323

24+
[IMPORTANT]
25+
====
26+
For non-recovery control plane nodes, it is not required to establish SSH connectivity or to stop the static pods. You can delete and recreate other non-recovery, control plane machines, one by one.
27+
====
28+
2429
.Procedure
2530

2631
. Select a control plane host to use as the recovery host. This is the host that you will run the restore operation on.

0 commit comments

Comments
 (0)