Skip to content

Commit 23884fa

Browse files
authored
Merge pull request #85895 from skopacz1/OSDOCS-12786
OSDOCS#12786: 4/5 node support for ABI
2 parents 4642e8e + d6ff720 commit 23884fa

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
@@ -58,10 +58,9 @@ Recommended cluster resources for the following topologies:
5858
|Topology|Number of control plane nodes|Number of compute nodes|vCPU|Memory|Storage
5959
|Single-node cluster|1|0|8 vCPUs|16 GB of RAM| 120 GB
6060
|Compact cluster|3|0 or 1|8 vCPUs|16 GB of RAM|120 GB
61-
|HA cluster|3|2 and above |8 vCPUs|16 GB of RAM|120 GB
61+
|HA cluster|3 to 5|2 and above |8 vCPUs|16 GB of RAM|120 GB
6262
|====
6363

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

6766
* `baremetal`

0 commit comments

Comments
 (0)