Skip to content
Merged
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
2 changes: 2 additions & 0 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2440,6 +2440,8 @@ Topics:
File: cpmso-troubleshooting
- Name: Disabling the control plane machine set
File: cpmso-disabling
- Name: Manually scaling control plane machines
File: cpmso-manually-scaling-control-planes
- Name: Managing machines with the Cluster API
Dir: cluster_api_machine_management
Topics:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:_mod-docs-content-type: ASSEMBLY
[id="cpmso-manually-scaling-control-planes"]
= Manually scaling control plane machines
include::_attributes/common-attributes.adoc[]
:context: cpmso-manually-scaling-control-planes

toc::[]

When installing a cluster on bare-metal infrastructure, you can manually scale up to 4 or 5 control plane nodes for your cluster. Consider this use case in situations where you need to recover your cluster from a degraded state, perform deep-level debugging, or ensure stability and security of the control planes in complex scenarios.

[IMPORTANT]
====
Red{nbsp}Hat supports a cluster that has 4 or 5 control plane nodes only on bare-metal infrastructure.
====

// Adding a control plane node to your cluster
include::modules/creating-control-plane-node.adoc[leveloffset=+1]
Loading