Skip to content

Commit

Permalink
docs: add constraint on removing multiple nodes (#5438)
Browse files Browse the repository at this point in the history
* docs: add constraint on removing multiple nodes

* Update docs/docs-content/clusters/edge/local-ui/cluster-management/scale-cluster.md

Co-authored-by: Amanda Churi Filanowski <[email protected]>

---------

Co-authored-by: Amanda Churi Filanowski <[email protected]>
  • Loading branch information
lennessyy and achuribooks authored Jan 17, 2025
1 parent 5ae68bd commit dbabbc2
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ installed in airgap mode in Local UI.
To scale down a cluster is to remove existing nodes from an active cluster. You can scale down a cluster deployed on
hosts installed in airgap mode in Local UI.

:::warning

Do not remove multiple control plane nodes in one operation or remove a control plane node when another control plane
node is in the process of being removed. Doing so may lead to data consistency issues within the cluster.

If you need to remove multiple control plane nodes, wait until after the first node has been removed to remove another
node.

:::

### Prerequisites

- You have an active multi-node cluster composed of hosts installed in airgap mode. For more information, refer to
Expand Down

0 comments on commit dbabbc2

Please sign in to comment.