Skip to content

Commit d6ff720

Browse files
committed
OSDOCS-12786: 4/5 node support for ABI
1 parent a6cbb66 commit d6ff720

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

modules/etcd-node-scaling.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[id="etcd-node-scaling_{context}"]
77
= Node scaling for etcd
88

9-
In general, clusters must have 3 control plane nodes. However, if your cluster is installed on a bare metal platform, you can scale a cluster up to 5 control plane nodes as a postinstallation task. For example, to scale from 3 to 4 control plane nodes after installation, you can add a host and install it as a control plane node. Then, the etcd Operator scales accordingly to account for the additional control plane node.
9+
In general, clusters must have 3 control plane nodes. However, if your cluster is installed on a bare metal platform, it can have up to 5 control plane nodes. If an existing bare-metal cluster has fewer than 5 control plane nodes, you can scale the cluster up as a postinstallation task.
10+
11+
For example, to scale from 3 to 4 control plane nodes after installation, you can add a host and install it as a control plane node. Then, the etcd Operator scales accordingly to account for the additional control plane node.
1012

1113
Scaling a cluster to 4 or 5 control plane nodes is available only on bare metal platforms.
1214

modules/installation-configuration-parameters.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,12 @@ endif::agent[]
629629
|controlPlane:
630630
replicas:
631631
|The number of control plane machines to provision.
632+
ifndef::agent[]
632633
|Supported values are `3`, or `1` when deploying {sno}.
634+
endif::agent[]
635+
ifdef::agent[]
636+
|Supported values are `3`, `4`, `5`, or `1` when deploying {sno}.
637+
endif::agent[]
633638

634639
|credentialsMode:
635640
|The Cloud Credential Operator (CCO) mode. If no mode is specified, the CCO dynamically tries to determine the capabilities of the provided credentials, with a preference for mint mode on the platforms where multiple modes are supported.

modules/understanding-agent-install.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ Recommended cluster resources for the following topologies:
5757
|Topology|Number of control plane nodes|Number of compute nodes|vCPU|Memory|Storage
5858
|Single-node cluster|1|0|8 vCPUs|16 GB of RAM| 120 GB
5959
|Compact cluster|3|0 or 1|8 vCPUs|16 GB of RAM|120 GB
60-
|HA cluster|3|2 and above |8 vCPUs|16 GB of RAM|120 GB
60+
|HA cluster|3 to 5|2 and above |8 vCPUs|16 GB of RAM|120 GB
6161
|====
6262

63-
6463
In the `install-config.yaml`, specify the platform on which to perform the installation. The following platforms are supported:
6564

6665
* `baremetal`

0 commit comments

Comments
 (0)