Skip to content

Commit 637d986

Browse files
committed
remove alpha and beta warnings
1 parent e569616 commit 637d986

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,15 @@ This topic describes managing nodes in clusters created with Replicated Embedded
88

99
Multi-node clusters with Embedded Cluster have the following limitations:
1010

11-
* Support for multi-node clusters with Embedded Cluster is Beta. Only single-node embedded clusters are Generally Available (GA).
12-
13-
* High availability for Embedded Cluster in an Alpha feature. This feature is subject to change, including breaking changes. For more information about this feature, reach out to Alex Parker at [alexp@replicated.com](mailto:alexp@replicated.com).
11+
* Setting node roles with the Embedded Cluster Config [roles](/reference/embedded-config#roles) key is Beta.
1412

1513
* 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.
1614

1715
* 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.
1816

19-
* Setting node roles with the Embedded Cluster Config [roles](/reference/embedded-config#roles) key is Beta.
17+
* The `join print-command` command always returns the commands for joining a node with the controller role. It does not support printing the join command for any custom node roles defined in the Embedded Cluster Config `roles` key. See [Automate Controller Node Joins](#automate-node-joins) below.
2018

21-
* The `join print-command` command always returns the commands for joining a node with the controller role. It does not support printing the join command for any custom node roles defined in the Embedded Cluster Config `roles` key. See [Automate Controller Node Joins (Beta)](#automate-node-joins) below.
22-
23-
## Add Nodes to a Cluster (Beta) {#add-nodes}
19+
## Add Nodes to a Cluster {#add-nodes}
2420

2521
This section describes how to add nodes to a cluster with Embedded Cluster.
2622

@@ -60,7 +56,7 @@ To add a node to a cluster with Embedded Cluster:
6056

6157
1. Repeat these steps for each node you want to add.
6258

63-
## Automate Controller Node Joins (Beta) {#automate-node-joins}
59+
## Automate Controller Node Joins {#automate-node-joins}
6460

6561
With Embedded Cluster, you can use the command line to get the commands for joining controller nodes, rather than having to log into the Admin Console UI to get the commands. This is especially useful when testing multi-node Embedded Cluster installations where you need to automate the process of joining controller nodes to a cluster.
6662

@@ -100,11 +96,7 @@ To automate controller node joins with Embedded Cluster:
10096

10197
1. On the node that you want to join as a controller, run each of the commands provided in the `join print-command` output to download the Embedded Cluster binary, extract the binary, and join the node to the cluster.
10298

103-
## High Availability for Multi-Node Clusters (Alpha) {#ha}
104-
105-
:::important
106-
High availability for Embedded Cluster in an Alpha feature. This feature is subject to change, including breaking changes. For more information about this feature, reach out to Alex Parker at [alexp@replicated.com](mailto:alexp@replicated.com).
107-
:::
99+
## High Availability for Multi-Node Clusters {#ha}
108100

109101
Multi-node clusters are not highly available by default. The first node of the cluster holds important data for Kubernetes and KOTS, such that the loss of this node would be catastrophic for the cluster. Enabling high availability requires that at least three controller nodes are present in the cluster.
110102

0 commit comments

Comments
 (0)