Skip to content

Commit 6a1cd4f

Browse files
authored
Merge pull request #100791 from openshift-cherrypick-robot/cherry-pick-100785-to-enterprise-4.20
[enterprise-4.20] OSDOCS#12987: Two-node OpenShift cluster with fencing Follow Up
2 parents 1cd8506 + 8ef3d29 commit 6a1cd4f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

installing/installing_two_node_cluster/installing_tnf/install-post-tnf.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The following sections help with recovering from issues in a two-node OpenShift cluster with fencing.
10-
119
:FeatureName: Two-node OpenShift cluster with fencing
1210
include::snippets/technology-preview.adoc[leveloffset=+1]
1311

12+
Use the following sections help you with recovering from issues in a two-node OpenShift cluster with fencing.
13+
1414
// Manually recovering from a disruption event when automated recovery is unavailable
1515
include::modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc[leveloffset=+1]
1616

@@ -30,4 +30,4 @@ include::modules/installation-replacing-control-plane-nodes.adoc[leveloffset=+1]
3030
* xref:../../../backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc#backup-etcd-restoring_backing-up-etcd[Restoring etcd from a backup].
3131

3232
// Verifying etcd health in a two-node OpenShift cluster with fencing
33-
include::modules/installation-verifying-etcd-health.adoc[leveloffset=+1]
33+
include::modules/installation-verifying-etcd-health.adoc[leveloffset=+1]

installing/installing_two_node_cluster/installing_tnf/install-tnf.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
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.
10-
119
:FeatureName: Two-node OpenShift cluster with fencing
1210
include::snippets/technology-preview.adoc[leveloffset=+1]
1311

12+
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.
13+
1414
// Sample install-config.yaml for a two-node installer-provisioned infrastructure cluster with fencing
1515
include::modules/installation-sample-install-config-two-node-fencing-ipi.adoc[leveloffset=+1]
1616

modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ If manual recovery is still required and it fails, collect a must-gather and SOS
158158

159159
.Verification
160160

161-
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".
161+
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".

modules/installation-sample-install-config-two-node-fencing-ipi.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ sshKey: '<ssh_public_key>'
6767
* `featureSet`: Set this field to `TechPreviewNoUpgrade` to enable two-node OpenShift cluster deployments.
6868
* `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.
6969
* `pullSecret`: Contains credentials required to pull container images for the cluster components.
70-
* `sshKey`: The SSH public key for accessing cluster nodes after installation.
70+
* `sshKey`: The SSH public key for accessing cluster nodes after installation.

0 commit comments

Comments
 (0)