Skip to content
Open
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 @@ -13,6 +13,7 @@ Each cluster machine must meet the following minimum requirements:
| Machine | Operating System | CPU ^[1]^ | RAM | Storage | Input/Output Per Second (IOPS) ^[1]^
| Bootstrap | RHCOS | 4 | 16 GB | 120 GB | 300
| Control plane |RHCOS | 4 | 16 GB | 120 GB | 300
|Two-Node with Fencing (TNF)|RHCOS | 4 | 16 GB | 120 GB | 300

|===

Expand Down
14 changes: 11 additions & 3 deletions modules/understanding-agent-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Recommended cluster resources for the following topologies:
|Single-node cluster|1|0|8 vCPUs|16 GB of RAM| 120 GB
|Compact cluster|3|0 or 1|8 vCPUs|16 GB of RAM|120 GB
|HA cluster|3 to 5|2 and above |8 vCPUs|16 GB of RAM|120 GB
|Two-Node with Fencing (TNF)|2|0|4 vCPUs|16 GB of RAM|120 GB
|====

// These supported platforms are also documented in nodes/nodes/nodes-nodes-adding-node-iso.adoc and installation-configuration-parameters.adoc
Expand All @@ -72,14 +73,21 @@ In the `install-config.yaml`, specify the platform on which to perform the insta
* `external`
* `none`
+
[IMPORTANT]
====

For Two-Node with Fencing (TNF), only the following platforms are supported:
- baremetal
- external
- none

The `vsphere` and `nutanix` platforms are not supported for two-node clusters with fencing.


For platform `none`:

* The `none` option requires the provision of DNS name resolution and load balancing infrastructure in your cluster. See _Requirements for a cluster using the platform "none" option_ in the "Additional resources" section for more information.

* Review the information in the link:https://access.redhat.com/articles/4207611[guidelines for deploying {product-title} on non-tested platforms] before you attempt to install an {product-title} cluster in virtualized or cloud environments.
====

+
[NOTE]
====
Expand Down