Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Comment on lines -9 to +13
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this to allay Darragh's concerns about anthropomorphism.

// Manually recovering from a disruption event when automated recovery is unavailable
include::modules/installation-manual-recovering-when-auto-recovery-is-unavail.adoc[leveloffset=+1]

Expand All @@ -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]
include::modules/installation-verifying-etcd-health.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'installation program' rather than 'the installer'. For more information, see RedHat.TermsErrors.


// 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]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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".
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".
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ sshKey: '<ssh_public_key>'
* `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.
* `sshKey`: The SSH public key for accessing cluster nodes after installation.