From 7b2141f9bbd986dda7d6b8067134b21c99ba6fb0 Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:19:52 -0400 Subject: [PATCH 1/2] add parallel join limitation --- docs/enterprise/embedded-manage-nodes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/enterprise/embedded-manage-nodes.mdx b/docs/enterprise/embedded-manage-nodes.mdx index 1cc71c3759..60b6af57f4 100644 --- a/docs/enterprise/embedded-manage-nodes.mdx +++ b/docs/enterprise/embedded-manage-nodes.mdx @@ -14,6 +14,8 @@ Multi-node clusters with Embedded Cluster have the following limitations: * The same Embedded Cluster data directory used at installation is used for all nodes joined to the cluster. This is either the default `/var/lib/embedded-cluster` directory or the directory set with the [`--data-dir`](/reference/embedded-cluster-install#flags) flag. You cannot choose a different data directory for Embedded Cluster when joining nodes. +* More than one controller node should not be joined at the same time. When joining a controller node, a warning is printed to say the user shouldn't join another node until the controller node joins successfully. + ## Add Nodes to a Cluster (Beta) {#add-nodes} You can add nodes to create a multi-node cluster in online (internet-connected) and air-gapped (limited or no outbound internet access) environments. The Admin Console provides the join command that you use to join nodes to the cluster. From 41e047e63e3a44053c35d12d707730dc9deaefba Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 25 Mar 2025 13:18:11 -0600 Subject: [PATCH 2/2] Update embedded-manage-nodes.mdx --- docs/enterprise/embedded-manage-nodes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/enterprise/embedded-manage-nodes.mdx b/docs/enterprise/embedded-manage-nodes.mdx index 60b6af57f4..e61764fe5c 100644 --- a/docs/enterprise/embedded-manage-nodes.mdx +++ b/docs/enterprise/embedded-manage-nodes.mdx @@ -14,7 +14,7 @@ Multi-node clusters with Embedded Cluster have the following limitations: * The same Embedded Cluster data directory used at installation is used for all nodes joined to the cluster. This is either the default `/var/lib/embedded-cluster` directory or the directory set with the [`--data-dir`](/reference/embedded-cluster-install#flags) flag. You cannot choose a different data directory for Embedded Cluster when joining nodes. -* More than one controller node should not be joined at the same time. When joining a controller node, a warning is printed to say the user shouldn't join another node until the controller node joins successfully. +* More than one controller node should not be joined at the same time. When joining a controller node, a warning is printed that explains that the user should not attempt to join another node until the controller node joins successfully. ## Add Nodes to a Cluster (Beta) {#add-nodes}