From 314007871267099fe74c3cf5ee2eac22ab60d29a Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Fri, 17 Oct 2025 15:48:05 -0400 Subject: [PATCH] OSDOCS#12987: Two-node OpenShift cluster with fencing Follow Up --- .../installing_tnf/install-post-tnf.adoc | 6 +++--- .../installing_tnf/install-tnf.adoc | 4 ++-- ...ion-manual-recovering-when-auto-recovery-is-unavail.adoc | 2 +- ...allation-sample-install-config-two-node-fencing-ipi.adoc | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/installing/installing_two_node_cluster/installing_tnf/install-post-tnf.adoc b/installing/installing_two_node_cluster/installing_tnf/install-post-tnf.adoc index 1d6cc76fb1d6..68031e4ae08c 100644 --- a/installing/installing_two_node_cluster/installing_tnf/install-post-tnf.adoc +++ b/installing/installing_two_node_cluster/installing_tnf/install-post-tnf.adoc @@ -6,11 +6,11 @@ include::_attributes/common-attributes.adoc[] toc::[] -The following sections help with recovering from issues in a two-node OpenShift cluster with fencing. - :FeatureName: Two-node OpenShift cluster with fencing include::snippets/technology-preview.adoc[leveloffset=+1] +Use the following sections help you with recovering from issues in a two-node OpenShift cluster with fencing. + // Manually recovering from a disruption event when automated recovery is unavailable include::modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc[leveloffset=+1] @@ -30,4 +30,4 @@ include::modules/installation-replacing-control-plane-nodes.adoc[leveloffset=+1] * xref:../../../backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc#backup-etcd-restoring_backing-up-etcd[Restoring etcd from a backup]. // Verifying etcd health in a two-node OpenShift cluster with fencing -include::modules/installation-verifying-etcd-health.adoc[leveloffset=+1] \ No newline at end of file +include::modules/installation-verifying-etcd-health.adoc[leveloffset=+1] diff --git a/installing/installing_two_node_cluster/installing_tnf/install-tnf.adoc b/installing/installing_two_node_cluster/installing_tnf/install-tnf.adoc index a0622fa772dd..b4338dce51ee 100644 --- a/installing/installing_two_node_cluster/installing_tnf/install-tnf.adoc +++ b/installing/installing_two_node_cluster/installing_tnf/install-tnf.adoc @@ -6,11 +6,11 @@ include::_attributes/common-attributes.adoc[] toc::[] -You can deploy a two-node OpenShift cluster with fencing by using either the installer-provisioned infrastructure or the user-provisioned infrastructure installation method. The following examples provide sample `install-config.yaml` configurations for both methods. - :FeatureName: Two-node OpenShift cluster with fencing include::snippets/technology-preview.adoc[leveloffset=+1] +You can deploy a two-node OpenShift cluster with fencing by using either the installer-provisioned infrastructure or the user-provisioned infrastructure installation method. The following examples provide sample `install-config.yaml` configurations for both methods. + // Sample install-config.yaml for a two-node installer-provisioned infrastructure cluster with fencing include::modules/installation-sample-install-config-two-node-fencing-ipi.adoc[leveloffset=+1] diff --git a/modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc b/modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc index 4388e25de842..72f9cc99da10 100644 --- a/modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc +++ b/modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc @@ -158,4 +158,4 @@ If manual recovery is still required and it fails, collect a must-gather and SOS .Verification -For information about verifying that both control plane nodes and etcd are operating correctly, see "Verifying etcd health in a two-node OpenShift cluster with fencing". \ No newline at end of file +For information about verifying that both control plane nodes and etcd are operating correctly, see "Verifying etcd health in a two-node OpenShift cluster with fencing". diff --git a/modules/installation-sample-install-config-two-node-fencing-ipi.adoc b/modules/installation-sample-install-config-two-node-fencing-ipi.adoc index b690b05eeea1..336545275174 100644 --- a/modules/installation-sample-install-config-two-node-fencing-ipi.adoc +++ b/modules/installation-sample-install-config-two-node-fencing-ipi.adoc @@ -67,4 +67,4 @@ sshKey: '' * `featureSet`: Set this field to `TechPreviewNoUpgrade` to enable two-node OpenShift cluster deployments. * `platform.baremetal.apiVIPs` and `platform.baremetal.ingressVIPs` : Virtual IPs for the API and Ingress endpoints. Ensure they are reachable by all nodes and external clients. * `pullSecret`: Contains credentials required to pull container images for the cluster components. -* `sshKey`: The SSH public key for accessing cluster nodes after installation. \ No newline at end of file +* `sshKey`: The SSH public key for accessing cluster nodes after installation.