From 3a849debbe0b8b347f8fffd741f81558f700a16e Mon Sep 17 00:00:00 2001 From: Daniel Chadwick Date: Fri, 18 Apr 2025 12:24:12 -0400 Subject: [PATCH] ocpbugs45748 fixing out of date instruction for 414 thru 417 --- modules/dr-restoring-cluster-state.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dr-restoring-cluster-state.adoc b/modules/dr-restoring-cluster-state.adoc index 3fc6e6316b09..abb3abdd6c70 100644 --- a/modules/dr-restoring-cluster-state.adoc +++ b/modules/dr-restoring-cluster-state.adoc @@ -391,7 +391,7 @@ Validating and mutating admission webhooks can reject pods. If you add any addit Alternatively, you can temporarily set the `failurePolicy` to `Ignore` while restoring the cluster state. After the cluster state is restored successfully, you can set the `failurePolicy` to `Fail`. ==== -.. Remove the northbound database (nbdb) and southbound database (sbdb). Access the recovery host and the remaining control plane nodes by using Secure Shell (SSH) and run: +Remove the northbound database (nbdb) and southbound database (sbdb). Access the recovery host and the remaining nodes by using Secure Shell (SSH) and run the following command: + [source,terminal] ----