Skip to content
Open
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
2 changes: 1 addition & 1 deletion modules/architecture-machine-roles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Extra controls apply to control plane machines to prevent you from deleting all
[NOTE]
====
ifndef::openshift-dedicated,openshift-rosa[]
Exactly three control plane nodes must be used for all production deployments. However, on bare metal platforms, clusters can be scaled up to five control plane nodes.
Exactly three control plane nodes must be used for all production deployments. On a bare-metal platform, you can scale a cluster to three, four, or five control plane nodes.
Comment thread
dfitzmau marked this conversation as resolved.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The etcd cluster size must be odd. Even cluster sizes like 4 have a worse fault tolerance than 3 since more nodes can fail to get us to quorum loss.
https://etcd.io/docs/v3.7/faq/#why-an-odd-number-of-cluster-members

So we should only recommend odd sizes: 3 and 5.

endif::openshift-dedicated,openshift-rosa[]
ifdef::openshift-dedicated,openshift-rosa[]
Single availability zone clusters and multiple availability zone clusters require a minimum of three control plane nodes.
Expand Down