Skip to content

Commit cf45be1

Browse files
authored
add parallel join limitation (#3126)
1 parent 7fc430b commit cf45be1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Multi-node clusters with Embedded Cluster have the following limitations:
1414

1515
* 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.
1616

17+
* 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.
18+
1719
## Add Nodes to a Cluster (Beta) {#add-nodes}
1820

1921
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.

0 commit comments

Comments
 (0)