-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding note about 4 and 5 node architecture
- Loading branch information
Showing
4 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.adoc | ||
|
||
:_mod-docs-content-type: CONCEPT | ||
[id="etcd-node-scaling_{context}"] | ||
= Node scaling for etcd | ||
|
||
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 nodes as a post-installation task. For example, to scale from 3 to 4 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 node. | ||
|
||
Scaling to 4-node or 5-node clusters is available only on bare metal platforms. | ||
|
||
For more information about how to scale from 3 to 4 nodes by using the Assisted Installer, see "Adding hosts with the API" and "Installing a primary control plane node on a healthy cluster". | ||
|
||
The following table shows failure tolerance for clusters of different sizes: | ||
|
||
.Failure tolerances by cluster size | ||
[%autowidth] | ||
|=== | ||
|Cluster size |Majority |Failure tolerance | ||
|
||
|1 node | ||
|1 | ||
|0 | ||
|
||
|3 nodes | ||
|2 | ||
|1 | ||
|
||
|4 nodes | ||
|3 | ||
|1 | ||
|
||
|5 nodes | ||
|3 | ||
|2 | ||
|=== | ||
|
||
For more information about recovering from quorum loss, see "Restoring to a previous cluster state". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters